Skip to content

Commit b5376bc

Browse files
committed
formatting
1 parent 5aaf62f commit b5376bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

objectbox/test/entity.dart

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class TestEntity {
135135
this.uShort,
136136
this.uByte,
137137
this.uChar,
138-
}): tString = '';
138+
}) : tString = '';
139139

140140
@Property(type: PropertyType.byte)
141141
@Index()
@@ -167,7 +167,7 @@ class TestEntity {
167167
this.iShort,
168168
this.iByte,
169169
this.iChar,
170-
}): tString = '';
170+
}) : tString = '';
171171

172172
final relA = ToOne<RelatedEntityA>();
173173
final relB = ToOne<RelatedEntityB>();

0 commit comments

Comments
 (0)