Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
rk0cc committed Jul 23, 2024
1 parent 7fc7526 commit 2e89efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/lib/src/client/client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import '../exception/content_type_mismatched.dart';
import '../fetch/fetch.dart' show MetaFetch;

import 'client_provider_normal.dart'
if (dart.library.js_interop) 'client_provider_web.dart';
if (dart.library.js_interop) 'client_provider_web.dart';

part 'mock_client.dart';

Expand Down

0 comments on commit 2e89efd

Please sign in to comment.