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

Commit 0506475

Browse files
[analysis_server] Remove added space.
Change-Id: I7a5c8fdfc318359904b9c4befe07ff0be186b446 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/154125 Auto-Submit: Mike Fairhurst <[email protected]> Commit-Queue: Brian Wilkerson <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]>
1 parent 6d06476 commit 0506475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/analysis_server/lib/src/plugin/plugin_manager.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ abstract class PluginInfo {
221221
// Plugin crashed, nothing to do.
222222
return Future<void>.value(null);
223223
}
224-
throw StateError('Cannot stop a plugin that is not running. ');
224+
throw StateError('Cannot stop a plugin that is not running.');
225225
}
226226
var doneFuture = currentSession.stop();
227227
currentSession = null;

0 commit comments

Comments
 (0)