Skip to content

Commit

Permalink
Fix the compiler warning (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Jul 8, 2019
1 parent d3326c8 commit facaff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Emulsion/Xmpp/Client.fs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ open Emulsion
open Emulsion.MessageSystem
open Emulsion.Settings

type Client(ctx: RestartContext, cancellationToken: CancellationToken, settings: XmppSettings) as this =
type Client(ctx: RestartContext, cancellationToken: CancellationToken, settings: XmppSettings) =
inherit MessageSystemBase(ctx, cancellationToken)
let client = XmppClient.create settings

Expand Down

0 comments on commit facaff3

Please sign in to comment.