Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 committed Jul 5, 2024
1 parent 2f014bf commit f18979e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hive_flutter/lib/src/hive_extensions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ extension HiveX on HiveInterface {
/// Initializes Hive with the path from [getApplicationDocumentsDirectory].
///
/// You can provide a [subDir] where the boxes should be stored.
///
///
/// Also registers the flutter type adapters.
Future<void> initFlutter([
String? subDir,
Expand Down
2 changes: 1 addition & 1 deletion hive_generator/example/lib/types.dart
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ class IterableClass {

@HiveField(3)
final Set<List<String>> nestedSet;
}
}

0 comments on commit f18979e

Please sign in to comment.