Skip to content

Commit

Permalink
Add space after comma
Browse files Browse the repository at this point in the history
  • Loading branch information
TysonMN committed Sep 8, 2022
1 parent cb10cc5 commit 271ae4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Elmish.WPF/BindingData.fs
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ module BindingData =

module Cmd =

let createWithParam exec canExec autoRequery : BindingData<'model,'msg, 't> =
let createWithParam exec canExec autoRequery : BindingData<'model, 'msg, 't> =
{ Exec = exec
CanExec = canExec
AutoRequery = autoRequery }
Expand Down

0 comments on commit 271ae4e

Please sign in to comment.