Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Jul 16, 2024
1 parent d88fac5 commit e798c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/http/lib/src/browser_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import 'dart:async';
import 'dart:js_interop';

import 'package:web/web.dart' show XMLHttpRequest, XHRGetters;
import 'package:web/web.dart' show XHRGetters, XMLHttpRequest;

import 'base_client.dart';
import 'base_request.dart';
Expand Down

0 comments on commit e798c04

Please sign in to comment.