Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
#9. Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
matei-tm committed Mar 14, 2019
1 parent ccd7578 commit f4948cb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/test/src/model/healthy_entry.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ class HealthEntry implements DbEntity {
@DataColumn("my_description_column", ColumnMetadata.Unique)
String _description;

@DataColumn(
"my_future_column",
ColumnMetadata.Ignore |
ColumnMetadata.Unique)
@DataColumn("my_future_column", ColumnMetadata.Ignore | ColumnMetadata.Unique)
int _futureData;

@override
Expand Down

0 comments on commit f4948cb

Please sign in to comment.