Skip to content

Commit

Permalink
chore: ignore formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago committed Sep 3, 2024
1 parent a391af5 commit f4e0cd5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/content/docs/testing/testing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -435,8 +435,8 @@ class _Counter {
}
void main() {
group(\_Counter, () {
late \_Counter counter;
group(_Counter, () {
late _Counter counter;
setUp(() => counter = _Counter());
Expand All @@ -449,8 +449,7 @@ late \_Counter counter;
counter.decrement();
expect(counter.value, -1);
});
});
});
}
````
Expand Down

0 comments on commit f4e0cd5

Please sign in to comment.