Format.
diff --git a/lib/src/io.dart b/lib/src/io.dart
index 51c3239..bcdcbc9 100644
--- a/lib/src/io.dart
+++ b/lib/src/io.dart
@@ -13,7 +13,8 @@
 import 'source_code.dart';
 
 /// Reads and formats input from stdin until closed.
-Future<void> formatStdin(FormatterOptions options, List<int>? selection, String name) async {
+Future<void> formatStdin(
+    FormatterOptions options, List<int>? selection, String name) async {
   var selectionStart = 0;
   var selectionLength = 0;