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

Unified Diff: lib/src/colors.dart

Issue 1028813002: Introduce span with line context (Closed) Base URL: git@github.com:dart-lang/source_span.git@master
Patch Set: Created 5 years, 9 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
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/file.dart » ('j') | lib/src/span.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/colors.dart
diff --git a/lib/src/colors.dart b/lib/src/colors.dart
index 274fc92af617e0f7a06ab6c10a1d6ae95f042ef3..5f063404ec334c4c366ca4414b1f9b54b6f02490 100644
--- a/lib/src/colors.dart
+++ b/lib/src/colors.dart
@@ -10,4 +10,3 @@ const String RED = '\u001b[31m';
const String YELLOW = '\u001b[33m';
const String NONE = '\u001b[0m';
-
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/file.dart » ('j') | lib/src/span.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698