Skip to content

Commit

Permalink
Merge pull request dart-archive/sse#3 from dart-lang/whitespace
Browse files Browse the repository at this point in the history
Remove whitespace
  • Loading branch information
grouma authored Feb 19, 2019
2 parents 210b0da + 313d2f4 commit a54125b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgs/sse/example/index.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void main() {
var channel = SseClient('/sseHandler');

channel.stream.listen((s) {
// Listen for messages and send the back.
// Listen for messages and send them back.
channel.sink.add(s);
});
}
4 changes: 2 additions & 2 deletions pkgs/sse/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: sse
name: sse
version: 1.0.0
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/sse
description: >-
Provides client and server functionality for setting up bi-directional
communication through Server Sent Events (SSE) and corresponding POST
communication through Server Sent Events (SSE) and corresponding POST
requests.
environment:
Expand Down

0 comments on commit a54125b

Please sign in to comment.