Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit ee15bb6

Browse files
committed
Revert accidental comment changes
1 parent 30b493b commit ee15bb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/dart_isolate.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ std::weak_ptr<DartIsolate> DartIsolate::CreateRunningRootIsolate(
149149
}
150150

151151
if (settings.root_isolate_create_callback) {
152-
// Isolate callbacks always occur in isolate scope and before user code
153-
// has had a chance to run.
152+
// Isolate callbacks always occur in isolate scope and before user code has
153+
// had a chance to run.
154154
tonic::DartState::Scope scope(isolate.get());
155155
settings.root_isolate_create_callback(*isolate.get());
156156
}

0 commit comments

Comments
 (0)