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

Unified Diff: pkg/analysis_server/lib/src/channel/channel.dart

Issue 969113002: Reformat (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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/lib/src/channel/channel.dart
diff --git a/pkg/analysis_server/lib/src/channel/channel.dart b/pkg/analysis_server/lib/src/channel/channel.dart
index b90b282629b949f686e08618d04deb7607a9ca56..041b122e323e9fc95e653b8a03af105d147e8397 100644
--- a/pkg/analysis_server/lib/src/channel/channel.dart
+++ b/pkg/analysis_server/lib/src/channel/channel.dart
@@ -137,8 +137,8 @@ abstract class ServerCommunicationChannel {
* client, invoke the [onDone] function.
* Only one listener is allowed per channel.
*/
- void listen(void onRequest(Request request), {Function onError, void
- onDone()});
+ void listen(void onRequest(Request request),
+ {Function onError, void onDone()});
/**
* Send the given [notification] to the client.

Powered by Google App Engine
This is Rietveld 408576698