Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(567)

Unified Diff: tests/language_strong/prefix24_lib1.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/language_strong/prefix24_lib1.dart
diff --git a/tests/language_strong/prefix24_lib1.dart b/tests/language_strong/prefix24_lib1.dart
index 481b73950a839bffb1accf6a3497b9ecd925d9b6..557ed8452c8bab583b5c6e27bd6a5ea023a0101e 100644
--- a/tests/language_strong/prefix24_lib1.dart
+++ b/tests/language_strong/prefix24_lib1.dart
@@ -1,4 +1,3 @@
-
// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
@@ -9,4 +8,3 @@ import "prefix24_lib2.dart" as X;
// lib1_foo() returns value of bar() in library prefix24_lib2.
lib1_foo() => X.bar();
-

Powered by Google App Engine
This is Rietveld 408576698