Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
GearsDatapacks authored and lpil committed Dec 3, 2024
1 parent 9cdc737 commit 45bccf5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions compiler-core/src/parse/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1676,7 +1676,5 @@ type Wibble {
#[test]
// https://github.com/gleam-lang/gleam/issues/3870
fn nested_tuple_access_after_function() {
assert_parse!(
"tuple().0.1"
);
assert_parse!("tuple().0.1");
}

0 comments on commit 45bccf5

Please sign in to comment.