Skip to content

Commit ce386d5

Browse files
committed
fmt
1 parent d40f85e commit ce386d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkgs/objective_c/test/ns_input_stream_test.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ import 'package:test/test.dart';
2020
import 'util.dart';
2121

2222
Future<(int, Uint8List, bool, NSStreamStatus, NSError?)> read(
23-
NSInputStream stream, int size) => Isolate.run(() {
23+
NSInputStream stream, int size) =>
24+
Isolate.run(() {
2425
final buffer = calloc<Uint8>(size);
2526
final readSize = stream.read_maxLength_(buffer, size);
2627
final data =

0 commit comments

Comments
 (0)