Skip to content

Commit ee5e2dc

Browse files
committed
dart format
1 parent 8f89f91 commit ee5e2dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/dart/lib/src/utils/parse_live_list.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -819,6 +819,7 @@ class ParseLiveListElement<T extends ParseObject> {
819819
final StreamController<T> _streamController = StreamController<T>.broadcast();
820820
T _object;
821821
bool _loaded = false;
822+
822823
/// Indicates whether this element is currently being loaded.
823824
/// Used to prevent concurrent load operations.
824825
bool isLoading = false;

0 commit comments

Comments
 (0)