Skip to content

Commit

Permalink
Minor lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
themisir committed Mar 20, 2022
1 parent 6ce001e commit 9cd991e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion hive/lib/src/binary/frame.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import 'package:hive/hive.dart';
import 'package:hive/src/util/extensions.dart';

/// Not part of public API
class Frame {
Expand Down
4 changes: 2 additions & 2 deletions hive/test/tests/registry/type_registry_impl_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ void main() {
});

test(
'returns adapter if exact runtime type of value matches ignoring registration order',
() {
'returns adapter if exact runtime type of value matches ignoring '
'registration order', () {
final registry = TypeRegistryImpl();
final parentAdapter = ParentAdapter(0);
final childAdapter = ChildAdapter(1);
Expand Down

0 comments on commit 9cd991e

Please sign in to comment.