Fix and re-apply formatter on all acceptance tests
Less noise, pretty tuples. Everyone's happy.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
pub opaque type Map<key, value> {
|
||||
inner: List<#(key, value)>,
|
||||
inner: List<(key, value)>,
|
||||
}
|
||||
|
||||
pub fn new() {
|
||||
|
||||
Reference in New Issue
Block a user