Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Apr 21, 2024
1 parent 11d6f83 commit 31b69b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions adapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export async function transformFiles(builder, userOptions) {
removeComments: false,
removeRedundantAttributes: true,
useShortDoctype: true
})
})
: options.prettify
? prettier.format(dom.serialize(), await getPrettierConfig())
: dom.serialize();
Expand Down Expand Up @@ -122,7 +122,7 @@ export async function transformFiles(builder, userOptions) {
}

return previousValue[replacer](currentValue.from, currentValue.to);
}, outputHTML)
}, outputHTML)
: outputHTML;

try {
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function (options) {
has_param_routes
? '(routes with parameters are not part of entry points by default)'
: ''
} — see https://kit.svelte.dev/docs/configuration#prerender for more info.`
} — see https://kit.svelte.dev/docs/configuration#prerender for more info.`
: '';

builder.log.error(
Expand Down

0 comments on commit 31b69b7

Please sign in to comment.