added formatting error
All checks were successful
Pull Request Pipeline / lint (pull_request) Has been skipped
Pull Request Pipeline / test (pull_request) Has been skipped
Pull Request Pipeline / format (pull_request) Successful in 2m18s

This commit is contained in:
2026-01-17 19:42:26 +01:00
parent 78aaebcd42
commit fede08b0a8

View File

@@ -30,7 +30,7 @@ class _GroupsViewState extends State<GroupsView> {
/// Loading state /// Loading state
bool isLoading = true; bool isLoading = true;
bool TEST = false; bool test = false;
List<Group> groups = List.filled( List<Group> groups = List.filled(
7, 7,