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

Remove whitespace #3

Merged
merged 2 commits into from
Feb 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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