Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit edada77

Browse files
committed
Formatting
1 parent 4bbcdf7 commit edada77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/util_test.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ void main() {
130130
});
131131

132132
test('handles new Dart VM service message format', () {
133-
const msg = 'The Dart VM Service is listening on http://foo.bar:9999/cG90YXRv/';
133+
const msg =
134+
'The Dart VM Service is listening on http://foo.bar:9999/cG90YXRv/';
134135
expect(
135136
extractVMServiceUri(msg), Uri.parse('http://foo.bar:9999/cG90YXRv/'));
136137
});

0 commit comments

Comments
 (0)