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

Unified Diff: pkg/analysis_server/test/stress/utilities/git.dart

Issue 1838933003: Format code in analysis_server (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 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: pkg/analysis_server/test/stress/utilities/git.dart
diff --git a/pkg/analysis_server/test/stress/utilities/git.dart b/pkg/analysis_server/test/stress/utilities/git.dart
index 30e45f71585f2ec1bd3123add5f3cd25e9bf6bc2..32c7e9b281cf56846519527a91136513b1963ea4 100644
--- a/pkg/analysis_server/test/stress/utilities/git.dart
+++ b/pkg/analysis_server/test/stress/utilities/git.dart
@@ -379,7 +379,7 @@ class DiffRecord {
*/
bool isFor(String fileName) =>
(srcPath != null && fileName == path.basename(srcPath)) ||
- (dstPath != null && fileName == path.basename(dstPath));
+ (dstPath != null && fileName == path.basename(dstPath));
@override
String toString() => srcPath ?? dstPath;

Powered by Google App Engine
This is Rietveld 408576698