style: modify bracket position.

This commit is contained in:
Cheolhyun Mun 2023-11-10 01:16:10 +09:00
parent 4eef58ad77
commit d68b3401a2
1 changed files with 2 additions and 1 deletions

View File

@ -248,7 +248,8 @@ final class Helper {
print("helperVersion:", helperVersion, " version from helper:", version)
if !helperVersion.elementsEqual(version) {
reply(false)
return() }
return()
}
else{
self.isInitialized = true
reply(true)