Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
LynxLynxx committed Nov 29, 2024
1 parent fa68604 commit 447da0c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ class _VoicesDateFieldState extends State<VoicesDateField> {
}

String get _pattern => 'dd/MM/yyyy';


@override
void initState() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ class _VoicesTimeFieldState extends State<VoicesTimeField> {

String get _pattern => 'HH:MM';
String get timeZone => widget.timeZone ?? '';


@override
void initState() {
Expand Down

0 comments on commit 447da0c

Please sign in to comment.