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

Commit ab35e4a

Browse files
authored
Fix lints, tiny bump to pkg:test (#133)
1 parent 41163d1 commit ab35e4a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lib/src/bound_multipart_stream.dart

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import 'dart:convert';
88
import 'char_code.dart' as char_code;
99
import 'mime_shared.dart';
1010

11-
/// Bytes for '()<>@,;:\\"/[]?={} \t'.
11+
/// Bytes for `()<>@,;:\\"/[]?={} \t`.
1212
const _separators = {
1313
40, 41, 60, 62, 64, 44, 59, 58, 92, 34, 47, 91, 93, 63, 61, 123, 125, 32, 9 //
1414
};
@@ -348,7 +348,6 @@ class BoundMultipartStream {
348348
default:
349349
// Should be unreachable.
350350
assert(false);
351-
break;
352351
}
353352

354353
// Move to the next byte.

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ environment:
1515

1616
dev_dependencies:
1717
dart_flutter_team_lints: ^3.0.0
18-
test: ^1.16.0
18+
test: ^1.16.6

0 commit comments

Comments
 (0)