Skip to content

Commit f3c51a4

Browse files
devoncarewcommit-bot@chromium.org
authored andcommitted
Organize imports.
Change-Id: I52347442fbde47e365a9ad861788df49bc9bb9bd Reviewed-on: https://dart-review.googlesource.com/c/79821 Commit-Queue: Devon Carew <[email protected]> Reviewed-by: Dan Rubel <[email protected]>
1 parent ae22eaa commit f3c51a4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pkg/analyzer_cli/lib/src/fix/driver.dart

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ import 'dart:async';
55
import 'dart:io' show File;
66

77
import 'package:analysis_server/protocol/protocol_constants.dart';
8+
import 'package:analysis_server/protocol/protocol_generated.dart';
9+
import 'package:analysis_server/src/protocol/protocol_internal.dart';
810
import 'package:analyzer_cli/src/fix/context.dart';
911
import 'package:analyzer_cli/src/fix/options.dart';
1012
import 'package:analyzer_cli/src/fix/server.dart';
11-
import 'package:analysis_server/src/protocol/protocol_internal.dart';
12-
import 'package:analysis_server/protocol/protocol_generated.dart';
1313
import 'package:analyzer_plugin/protocol/protocol_common.dart';
1414
import 'package:path/path.dart' as path;
1515

pkg/analyzer_cli/lib/src/fix/server.dart

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
4+
45
import 'dart:async';
56
import 'dart:convert';
67
import 'dart:io';

0 commit comments

Comments
 (0)