Skip to content

Commit

Permalink
style: remove trailing whitespace (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Nov 3, 2024
1 parent d6f90ed commit fc83bfc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ export async function createApp (ctx) {
}
app.use(router)
app.use(head)
app.use(Inkline, { components })
app.use(Inkline, { components })
return { ctx, app, head, router, routes: resolvedRoutes }
}
2 changes: 1 addition & 1 deletion head.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default {
base: null,
meta: [
{
charset: 'utf-8'
charset: 'utf-8'
},
{
name: 'viewport',
Expand Down
2 changes: 1 addition & 1 deletion views/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
display: flex;
gap: 0.5em;
width: calc(100% - 2em);
flex-wrap: wrap;
flex-wrap: wrap;
}
.categories :deep(.button) {
font-size: 0.9em;
Expand Down

0 comments on commit fc83bfc

Please sign in to comment.