Skip to content

Commit

Permalink
fix(example): dart formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodexhub committed Jun 9, 2024
1 parent ef36ffd commit 1a19168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/src/models/person.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ enum Gender {
}

/// {@template person}
/// A class representing a person with basic information like
/// A class representing a person with basic information like
/// username, email, age, and gender.
/// {@endtemplate}
@immutable
Expand Down

0 comments on commit 1a19168

Please sign in to comment.