We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a552e77 commit d173368Copy full SHA for d173368
lib/src/io.dart
@@ -13,7 +13,8 @@ import 'exceptions.dart';
13
import 'source_code.dart';
14
15
/// Reads and formats input from stdin until closed.
16
-Future<void> formatStdin(FormatterOptions options, List<int>? selection, String name) async {
+Future<void> formatStdin(
17
+ FormatterOptions options, List<int>? selection, String name) async {
18
var selectionStart = 0;
19
var selectionLength = 0;
20
0 commit comments