Reverting trailing commas.

This commit is contained in:
fosdick.io
2024-02-14 14:39:22 -07:00
parent de23d717cb
commit ef8c5af236
2 changed files with 20 additions and 20 deletions

View File

@@ -577,13 +577,13 @@ fn test_range() {
column: 1,
row: 1,
absolute_column: false,
absolute_row: false,
absolute_row: false
},
right: ParsedReference {
column: 2,
row: 3,
absolute_column: false,
absolute_row: false,
absolute_row: false
},
}
);