From 1a19168502ba3bbabe3ea02de0d7d07d19dbad2c Mon Sep 17 00:00:00 2001 From: Sandip Date: Sun, 9 Jun 2024 09:05:25 +0530 Subject: [PATCH] fix(example): dart formatting --- example/lib/src/models/person.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/lib/src/models/person.dart b/example/lib/src/models/person.dart index 33730a4..016019c 100644 --- a/example/lib/src/models/person.dart +++ b/example/lib/src/models/person.dart @@ -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