Fix and re-apply formatter on all acceptance tests
Less noise, pretty tuples. Everyone's happy.
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
fn is_negative(i: Int) -> Bool {
|
||||
if i < 0 {
|
||||
trace("is negative")
|
||||
|
||||
True
|
||||
True
|
||||
} else {
|
||||
trace("is non-negative")
|
||||
|
||||
False
|
||||
False
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user