Merge pull request #1096 from zooxop/master

style: modify bracket position.
This commit is contained in:
Matthias Kerbl 2024-02-13 10:57:24 +01:00 committed by GitHub
commit 55eea484f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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)