Skip to content

Commit

Permalink
semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjl-mux committed Sep 30, 2024
1 parent ba17f6d commit 7c7d73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MuxStatsGoogleIMAPlugin/MuxImaListener.m
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ - (void)dispatchPauseOrResume:(BOOL)isPause {
}

- (void)onContentPauseOrResume:(BOOL)isPause {
[self dispatchPauseOrResume:isPause]
[self dispatchPauseOrResume:isPause];
}

- (void)setupAdViewDataAndDispatchEvent:(MUXSDKAdEvent *) event {
Expand Down

0 comments on commit 7c7d73e

Please sign in to comment.