Skip to content

Commit 092bfbc

Browse files
Mohit TejaniMohit Tejani
authored andcommitted
chor: dart format for presence.dart
1 parent abc0be9 commit 092bfbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pubnub/lib/src/dx/presence/presence.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ mixin PresenceDx on Core {
2626
Set<String> channels = const {},
2727
Set<String> channelGroups = const {},
2828
StateInfo? stateInfo,
29-
int limit = MAXIMUM_COUNT,
30-
int offset = DEFAULT_OFFSET}) async {
29+
int limit = MAXIMUM_COUNT,
30+
int offset = DEFAULT_OFFSET}) async {
3131
_logger.silly('Here now API call');
3232
keyset ??= keysets[using];
3333

0 commit comments

Comments
 (0)