Re-format and re-run all acceptance tests.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
pub fn when_tuple(a: (Int, Int)) -> Int {
|
||||
when a is {
|
||||
(a, b) ->
|
||||
a
|
||||
(a, b) -> a
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user