From 6bb8427822c243ab2f56039c9470a4b70b7de82e Mon Sep 17 00:00:00 2001 From: sidhdhi canopas Date: Tue, 24 Dec 2024 10:02:32 +0530 Subject: [PATCH] format files --- data/lib/service/team/team_service.dart | 3 ++- .../add_match/select_squad/components/user_detail_sheet.dart | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/data/lib/service/team/team_service.dart b/data/lib/service/team/team_service.dart index 5cdf2810..90a94161 100644 --- a/data/lib/service/team/team_service.dart +++ b/data/lib/service/team/team_service.dart @@ -240,7 +240,8 @@ class TeamService { .where( FireStoreConst.nameLowercase, isLessThan: '${searchKey.caseAndSpaceInsensitive}z', - ).orderBy(FireStoreConst.id); + ) + .orderBy(FireStoreConst.id); if (lastTeamId != null && lastTeamId.isNotEmpty) { query = query.startAfter([lastTeamId]); diff --git a/khelo/lib/ui/flow/matches/add_match/select_squad/components/user_detail_sheet.dart b/khelo/lib/ui/flow/matches/add_match/select_squad/components/user_detail_sheet.dart index b31c5f0a..bdde14f0 100644 --- a/khelo/lib/ui/flow/matches/add_match/select_squad/components/user_detail_sheet.dart +++ b/khelo/lib/ui/flow/matches/add_match/select_squad/components/user_detail_sheet.dart @@ -16,7 +16,7 @@ class UserDetailSheet extends StatelessWidget { BuildContext context, UserModel user, { String? actionButtonTitle, - VoidCallback? onButtonTap, + VoidCallback? onButtonTap, }) { HapticFeedback.mediumImpact(); return showModalBottomSheet(