Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Rochel committed Jan 17, 2019
1 parent 093412c commit e093b83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/os_fcm_notif.eliom
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ module Data =

let add_notification_channel_id id t =
("android_channel_id", `String id) :: t

let add_notification_id id t =
("notId", `Int id) :: t

Expand Down
2 changes: 1 addition & 1 deletion src/os_fcm_notif.eliomi
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ module Data :
val add_notification_id : int -> t -> t

val add_notification_channel_id : string -> t -> t

module Style :
sig
type t = Inbox | Picture
Expand Down

0 comments on commit e093b83

Please sign in to comment.