Skip to content

Commit 29dad6f

Browse files
committed
chore: removed some white space
1 parent 559b48d commit 29dad6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime/src/templates/getPageResolver.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const getResolverForDependencies = ({
3434
}) => {
3535
const pageFiles = dependencies.map((file) => `require.resolve('${relative(functionDir, file)}')`)
3636
return outdent/* javascript */ `
37-
// This file is purely to allow nft to know about these pages.
37+
// This file is purely to allow nft to know about these pages.
3838
exports.resolvePages = () => {
3939
try {
4040
${pageFiles.join('\n ')}

0 commit comments

Comments
 (0)