Skip to content

Commit

Permalink
removing unwanted character (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkieres authored Dec 6, 2022
1 parent 04714ae commit 4d39924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board_games_companion/lib/stores/board_games_store.dart
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ abstract class _BoardGamesStore with Store {
return;
}
}
ś

@action
Future<CollectionImportResult> importCollections(String username) async {
var importResult = CollectionImportResult();
Expand Down

0 comments on commit 4d39924

Please sign in to comment.