Skip to content

Commit 0556b66

Browse files
author
Ivan Dlugos
committed
minor linter issues
1 parent 1f4343e commit 0556b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/query/builder.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class QueryBuilder<T> {
3535

3636
QueryBuilder<T> order(QueryProperty p, {int flags = 0}) {
3737
if (p._entityId != _entityId) {
38-
throw Exception("Passed a property of another entity: ${p._entityId} instead of ${_entityId}");
38+
throw Exception("Passed a property of another entity: ${p._entityId} instead of $_entityId");
3939
}
4040
_createBuilder();
4141
checkObx(bindings.obx_qb_order(_cBuilder, p._propertyId, flags));

0 commit comments

Comments
 (0)