Re-format and re-run all acceptance tests.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
test tuple_1() {
|
||||
let coordinates =
|
||||
(14, 42)
|
||||
let coordinates = (14, 42)
|
||||
coordinates.1st == 14 && coordinates.2nd == 42
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user