[ci] format

This commit is contained in:
natemoo-re 2023-08-18 15:30:30 +00:00 committed by astrobot-houston
parent 97c8760d78
commit ae766f31fe

View file

@ -382,5 +382,5 @@ function getStatus(matchedRoute?: MatchedRoute): 404 | 500 | undefined {
}
function has404Route(manifest: ManifestData): RouteData | undefined {
return manifest.routes.find((route) => route.route === '/404')
return manifest.routes.find((route) => route.route === '/404');
}