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

Unified Diff: test/regression/0100/0198.stmt

Issue 1255643002: New, simpler and faster line splitter. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Optimize nesting. Reformat. Created 5 years, 5 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 | « test/regression/0100/0108.unit ('k') | test/regression/0200/0224.stmt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/regression/0100/0198.stmt
diff --git a/test/regression/0100/0198.stmt b/test/regression/0100/0198.stmt
index e7f3b4cc4d6662b089c7398561190d920027066d..66a5f7126523cc1bd4d9c9b5f1834daaf6d29746 100644
--- a/test/regression/0100/0198.stmt
+++ b/test/regression/0100/0198.stmt
@@ -46,9 +46,9 @@
addTasks(streamCtrl, count: 1);
cursorPageNo = 1;
}).thenExpect(
- 'pager unchanged',
- () => {
- taskList.currentPageNo: 2,
- taskList.backwardPaginationDisabled: isTrue
- });
+ 'pager unchanged',
+ () => {
+ taskList.currentPageNo: 2,
+ taskList.backwardPaginationDisabled: isTrue
+ });
});
« no previous file with comments | « test/regression/0100/0108.unit ('k') | test/regression/0200/0224.stmt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698