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:
parent
07f01d52a5
commit
b179e0f6a9
@ -23,11 +23,7 @@ const getMetricProvidersRouteInjectable = getInjectable({
|
||||
handler: () => {
|
||||
const providers: MetricProviderInfo[] = [];
|
||||
|
||||
for (const {
|
||||
name,
|
||||
id,
|
||||
isConfigurable,
|
||||
} of prometheusProviderRegistry.providers.values()) {
|
||||
for (const { name, id, isConfigurable } of prometheusProviderRegistry.providers.values()) {
|
||||
providers.push({ name, id, isConfigurable });
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user