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

Unified Diff: test/pipeline_test.dart

Issue 837193005: pkg/shelf: formatted code (Closed) Base URL: https://github.com/dart-lang/shelf.git@master
Patch Set: nits Created 5 years, 11 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/message_test.dart ('k') | test/request_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/pipeline_test.dart
diff --git a/test/pipeline_test.dart b/test/pipeline_test.dart
index eda4a12964ac2afdcb283fc3bfa18c569c396e7e..447f037f80b0eefc3eecb0fececae867ce652ae8 100644
--- a/test/pipeline_test.dart
+++ b/test/pipeline_test.dart
@@ -71,9 +71,8 @@ void main() {
return response;
});
- var innerPipeline = const Pipeline()
- .addMiddleware(middlewareA)
- .addMiddleware(middlewareB);
+ var innerPipeline =
+ const Pipeline().addMiddleware(middlewareA).addMiddleware(middlewareB);
var handler = const Pipeline()
.addMiddleware(innerPipeline.middleware)
« no previous file with comments | « test/message_test.dart ('k') | test/request_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698