Skip to content

Commit 9a792b4

Browse files
authored
Update format for latest v3 SDK (#340)
1 parent c8094b7 commit 9a792b4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pkgs/shelf/test/message_change_test.dart

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,10 @@ void main() {
4747
/// the behavior of `change` with different `headers` and `context` values.
4848
void _testChange(
4949
Message Function({
50-
dynamic body,
51-
Map<String, String> headers,
52-
Map<String, Object> context,
53-
})
54-
factory) {
50+
dynamic body,
51+
Map<String, String> headers,
52+
Map<String, Object> context,
53+
}) factory) {
5554
group('body', () {
5655
test('with String', () async {
5756
var request = factory(body: 'Hello, world');

0 commit comments

Comments
 (0)