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

Unified Diff: lib/src/hijack_exception.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 | « lib/src/handlers/logger.dart ('k') | lib/src/message.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/hijack_exception.dart
diff --git a/lib/src/hijack_exception.dart b/lib/src/hijack_exception.dart
index 13c505444d64470ae7ccfd338e33eeb3825fc5c3..56d5cecf1cd9fe473d3d3a634eaf9337c091d0d7 100644
--- a/lib/src/hijack_exception.dart
+++ b/lib/src/hijack_exception.dart
@@ -17,5 +17,5 @@ class HijackException {
String toString() =>
"A shelf request's underlying data stream was hijacked.\n"
"This exception is used for control flow and should only be handled by a "
- "Shelf adapter.";
+ "Shelf adapter.";
}
« no previous file with comments | « lib/src/handlers/logger.dart ('k') | lib/src/message.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698