Skip to content

Commit 787c3de

Browse files
committed
fix: fix prettier issue
1 parent 0ef32a0 commit 787c3de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/servers/testing-server/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ getConfig().then(async boltConfig => {
7979
.join('\n')}</style>
8080
8181
${normalizeAssets(assetsByChunkName['bolt-global'])
82-
.filter(path => path.endsWith('.js'))
83-
.map(path => `<script src="${path}"></script>`)
84-
.join('\n')}
82+
.filter(path => path.endsWith('.js'))
83+
.map(path => `<script src="${path}"></script>`)
84+
.join('\n')}
8585
</head>
8686
<body>
8787
<!-- set #root to inline-block so VRT screenshots are only as wide as the component vs are always full width -->

0 commit comments

Comments
 (0)