Skip to content

Commit d173368

Browse files
committed
Format.
1 parent a552e77 commit d173368

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/src/io.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ import 'exceptions.dart';
1313
import 'source_code.dart';
1414

1515
/// Reads and formats input from stdin until closed.
16-
Future<void> formatStdin(FormatterOptions options, List<int>? selection, String name) async {
16+
Future<void> formatStdin(
17+
FormatterOptions options, List<int>? selection, String name) async {
1718
var selectionStart = 0;
1819
var selectionLength = 0;
1920

0 commit comments

Comments
 (0)