Skip to content

Commit 1ca50fc

Browse files
committed
Organize imports
1 parent 110e843 commit 1ca50fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/image_proxy/test/image_proxy_test.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ import 'dart:io';
77

88
import 'package:crypto/crypto.dart';
99
import 'package:pub_dev_image_proxy/image_proxy_service.dart';
10-
import 'package:shelf/shelf_io.dart' as shelf_io;
1110
import 'package:shelf/shelf.dart' as shelf;
12-
11+
import 'package:shelf/shelf_io.dart' as shelf_io;
1312
import 'package:test/test.dart';
1413

1514
Future<int> startImageProxy() async {

0 commit comments

Comments
 (0)