Make Formatter Happy

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
Will Hawkins
2026-03-02 08:26:37 -05:00
parent 6dba17c97a
commit 59d56e7b73
6 changed files with 21 additions and 11 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ public struct Scopes<T>: CustomStringConvertible {
var counter = 0
for s in scopes {
result += "Scope #\(counter):\n\(s)\n"
counter += 1;
counter += 1
}
return result