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

Fix lint issues

Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
Lauri Nevala 2021-01-22 14:08:24 +02:00
parent 082a45162e
commit b5e2749b92

View File

@ -197,4 +197,4 @@ export function validateKubeConfig (config: KubeConfig, contextName: string, val
throw new ExecValidationNotFoundError(execCommand, isAbsolute);
}
}
}
}