Format.
diff --git a/test/utils.dart b/test/utils.dart
index 157fbaf..e8437ac 100644
--- a/test/utils.dart
+++ b/test/utils.dart
@@ -53,8 +53,7 @@
 /// subsequent tests and to clean up the executable.
 void compileCommandExecutable() {
   setUpAll(() async {
-    _commandExecutablePath =
-        await _compileSnapshot('tool/command_shell.dart');
+    _commandExecutablePath = await _compileSnapshot('tool/command_shell.dart');
   });
 
   tearDownAll(() async {