Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
Merge pull request #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 5e7b304 + d7f080f commit ed65201
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 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 ed65201

Please sign in to comment.