Skip to content

Commit fcb0650

Browse files
committed
format faye
1 parent 74d2cff commit fcb0650

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/faye_dart/lib/src/subscription.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ class Subscription {
2222
Callback? callback,
2323
}) : _callback = callback;
2424

25-
2625
void call(Message message) {
2726
_callback?.call(message.data);
2827
_withChannel?.call(message.channel, message.data);

0 commit comments

Comments
 (0)