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

Unified Diff: lib/src/utils.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
Index: lib/src/utils.dart
diff --git a/lib/src/utils.dart b/lib/src/utils.dart
index 4a8eb551e5ca09a67c078a4e34a44719eb27bc64..932e12058fe31523f634a23789436bdd17083d29 100644
--- a/lib/src/utils.dart
+++ b/lib/src/utils.dart
@@ -36,4 +36,3 @@ int binarySearch(List list, bool matches(item)) {
}
return max;
}
-
« lib/src/span.dart ('K') | « lib/src/span_mixin.dart ('k') | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698