Skip to content

Commit e093b83

Browse files
author
Jan Rochel
committed
cosmetics
1 parent 093412c commit e093b83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/os_fcm_notif.eliom

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ module Data =
139139

140140
let add_notification_channel_id id t =
141141
("android_channel_id", `String id) :: t
142-
142+
143143
let add_notification_id id t =
144144
("notId", `Int id) :: t
145145

src/os_fcm_notif.eliomi

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ module Data :
228228
val add_notification_id : int -> t -> t
229229

230230
val add_notification_channel_id : string -> t -> t
231-
231+
232232
module Style :
233233
sig
234234
type t = Inbox | Picture

0 commit comments

Comments
 (0)