[ci] format

This commit is contained in:
bluwy 2023-04-17 06:37:46 +00:00 committed by fredkbot
parent 1f2699461d
commit 1ed52c5849

View file

@ -12,7 +12,7 @@ import { attachToResponse, getSetCookiesFromResponse } from '../cookies/index.js
import { call as callEndpoint } from '../endpoint/index.js';
import { consoleLogDestination } from '../logger/console.js';
import { error, type LogOptions } from '../logger/core.js';
import { joinPaths, prependForwardSlash, removeTrailingForwardSlash } from '../path.js';
import { removeTrailingForwardSlash } from '../path.js';
import {
createEnvironment,
createRenderContext,
@ -72,11 +72,7 @@ export class App {
return bundlePath;
}
default: {
return createAssetLink(
bundlePath,
manifest.base,
manifest.assetsPrefix
);
return createAssetLink(bundlePath, manifest.base, manifest.assetsPrefix);
}
}
},