1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix code-style

Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2022-05-18 09:21:18 +03:00
parent 8aaf288ba6
commit 2bec6efdca
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ const loadMetricsFor = (getMetrics: GetMetrics) => async (promQueries: string[],
} }
return Promise.all(queries.map(loadMetric)); return Promise.all(queries.map(loadMetric));
} };
const addMetricsRouteInjectable = getRouteInjectable({ const addMetricsRouteInjectable = getRouteInjectable({
id: "add-metrics-route", id: "add-metrics-route",

View File

@ -102,7 +102,7 @@ const staticFileRouteInjectable = getRouteInjectable({
readFileBuffer, readFileBuffer,
getAbsolutePath, getAbsolutePath,
joinPaths, joinPaths,
staticFilesDirectory staticFilesDirectory,
}), }),
); );
}, },