Skip to content

Commit

Permalink
Auto format
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsutakein committed Sep 22, 2023
1 parent a961ad0 commit faa9705
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/app/app.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import 'package:confwebsite2023/app/config.dart';
import 'package:confwebsite2023/app/home_page.dart';
import 'package:confwebsite2023/app/sponsor_page.dart';
import 'package:confwebsite2023/core/theme.dart';
import 'package:flutter/material.dart';
Expand Down
2 changes: 1 addition & 1 deletion lib/features/sponsor/ui/detail/sponsor_session.dart
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ final class SponsorSessionSection extends StatelessWidget {
),
),
),
)
),
],
);
}
Expand Down

0 comments on commit faa9705

Please sign in to comment.