Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit 2e89efd

Browse files
committed
Format
1 parent 7fc7526 commit 2e89efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model/lib/src/client/client.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import '../exception/content_type_mismatched.dart';
1010
import '../fetch/fetch.dart' show MetaFetch;
1111

1212
import 'client_provider_normal.dart'
13-
if (dart.library.js_interop) 'client_provider_web.dart';
13+
if (dart.library.js_interop) 'client_provider_web.dart';
1414

1515
part 'mock_client.dart';
1616

0 commit comments

Comments
 (0)