Fix lint error that cause build to fail

This commit is contained in:
Raz Luvaton
2021-05-17 20:51:49 +03:00
committed by GitHub
parent fb25aab64b
commit 466a70e9c4

View File

@ -272,7 +272,7 @@ function someFunction() {
}
// Avoid
function someFunction()
function someFunction()
{
// code block
}