Skip to content

Commit

Permalink
dart format applied
Browse files Browse the repository at this point in the history
  • Loading branch information
petrkaderabek committed May 30, 2024
1 parent 428358e commit 42311ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/isolate_interpreter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class IsolateInterpreter {
debugName: debugName,
);
final Completer<SendPort> sendPortCompleter = Completer<SendPort>();

_stateSubscription = _receivePort.listen((state) {
if (state is SendPort) {
_sendPort = state;
Expand All @@ -84,7 +84,7 @@ class IsolateInterpreter {
_state = state;
}
});

await sendPortCompleter.future;
}

Expand Down

0 comments on commit 42311ec

Please sign in to comment.