File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ linter:
62
62
- throw_in_finally
63
63
- type_init_formals
64
64
- unawaited_futures
65
- # unnecessary_brace_in_string_interps
65
+ - unnecessary_brace_in_string_interps
66
66
- unnecessary_const
67
67
- unnecessary_getters_setters
68
68
- unnecessary_lambdas
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ void main() {
21
21
22
22
test ('boundary characters' , () {
23
23
var testBoundary = String .fromCharCodes (BOUNDARY_CHARACTERS );
24
- var contentType = MediaType .parse ('text/plain; boundary=${ testBoundary } ' );
24
+ var contentType = MediaType .parse ('text/plain; boundary=$testBoundary ' );
25
25
var boundary = contentType.parameters['boundary' ];
26
26
expect (boundary, testBoundary);
27
27
});
You can’t perform that action at this time.
0 commit comments