Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
liamappelbe committed Oct 18, 2024
1 parent d40f85e commit ce386d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/objective_c/test/ns_input_stream_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ import 'package:test/test.dart';
import 'util.dart';

Future<(int, Uint8List, bool, NSStreamStatus, NSError?)> read(
NSInputStream stream, int size) => Isolate.run(() {
NSInputStream stream, int size) =>
Isolate.run(() {
final buffer = calloc<Uint8>(size);
final readSize = stream.read_maxLength_(buffer, size);
final data =
Expand Down

0 comments on commit ce386d5

Please sign in to comment.