Skip to content

Commit

Permalink
Clean whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed Jul 8, 2024
1 parent 2335d6a commit 7661b94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public void send(Notification notification) {
public void send(DataMessage dataMessage) {
try {
fcmSender.send(createMessageFromDataMessage(dataMessage));
} catch (FirebaseMessagingException exc) {
} catch (FirebaseMessagingException exc) {
handleFcmException(exc, dataMessage);
} catch (Exception exc) {
throw new FcmMessageTransmitException("Could not transmit a data message through Fcm", exc);
Expand Down

0 comments on commit 7661b94

Please sign in to comment.