Skip to content

Commit

Permalink
Merge pull request #1096 from zooxop/master
Browse files Browse the repository at this point in the history
style: modify bracket position.
  • Loading branch information
MatthiasKerbl committed Feb 13, 2024
2 parents 4eef58a + d68b340 commit 55eea48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AlDente/Helper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 55eea48

Please sign in to comment.