Skip to content

Commit 1ea44fd

Browse files
committed
chore: reformat code
1 parent 0b685d9 commit 1ea44fd

File tree

3 files changed

+89
-14
lines changed

3 files changed

+89
-14
lines changed

packages/dogs_core/lib/src/annotations.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ class EnumProperty {
9595

9696
/// Instantiates a new [EnumProperty] with the given [name] and [fallback].
9797
const EnumProperty({this.name, this.fallback = false});
98-
}
98+
}

packages/dogs_core/lib/src/converter.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
*/
1616

1717
import "package:dogs_core/dogs_core.dart";
18-
import "package:meta/meta.dart";
1918

2019
/// Base class for converters used by the [DogEngine].
2120
/// Contains structure information about the type being serialized and provides

packages/dogs_flutter/lib/databinding/style.conv.g.dart

Lines changed: 88 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)