[ci] format

This commit is contained in:
matthewp 2022-06-22 15:37:47 +00:00 committed by github-actions[bot]
parent 898845402c
commit fc74dc4a8c

View file

@ -101,7 +101,7 @@ export async function injectManifest(buildOpts: StaticBuildOptions, internals: B
cwd: fileURLToPath(buildOpts.buildConfig.client),
})
);
for(const file of clientStatics) {
for (const file of clientStatics) {
internals.staticFiles.add(file);
}