Skip to content

Commit

Permalink
refactor: Fixed Dart format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-bak committed Apr 11, 2024
1 parent 9fb7cb6 commit 552499a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/constants/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Constants {
static const duckDuckGoImagesURL = 'https://duckduckgo.com/i.js';
}

class SharedPreferencesKeys{
class SharedPreferencesKeys {
static const coverMigrationDone = 'is_cover_migration_done';
static const duckDuckGoWarning = 'show_duck_duck_go_warning';
}

0 comments on commit 552499a

Please sign in to comment.