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

Revert code-style changes

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-05 09:05:08 +03:00
parent 07f01d52a5
commit b179e0f6a9
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A

View File

@ -23,11 +23,7 @@ const getMetricProvidersRouteInjectable = getInjectable({
handler: () => { handler: () => {
const providers: MetricProviderInfo[] = []; const providers: MetricProviderInfo[] = [];
for (const { for (const { name, id, isConfigurable } of prometheusProviderRegistry.providers.values()) {
name,
id,
isConfigurable,
} of prometheusProviderRegistry.providers.values()) {
providers.push({ name, id, isConfigurable }); providers.push({ name, id, isConfigurable });
} }