Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough committed Aug 18, 2023
1 parent 66c4d91 commit 7facc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/example.dart
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ void main() {
// default to reasonable defaults.
expect(cat.lives, 0);

// Nullable properties and function return values
// Nullable properties and function return values
// default to null unless you stub them.
expect(cat.sound(), null);
expect(cat.eatFood('Milk'), null);
Expand Down

0 comments on commit 7facc1f

Please sign in to comment.