Make Formatter Happy

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
Will Hawkins
2026-03-13 08:27:41 -04:00
parent d323434787
commit 4c63e7f92a
7 changed files with 43 additions and 36 deletions
+1 -1
View File
@@ -71,4 +71,4 @@ public struct BinaryOperatorExpression {
self.left = lhs
self.right = rhs
}
}
}