Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kant2002 committed Nov 20, 2023
1 parent 7be2b83 commit 7fb18fb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/EFCore.FSharp/Translations/IsNullTranslation.fs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,5 @@ let isNullMethodTranslator (sqlExp: ISqlExpressionFactory) =
else
let expression = arguments |> Seq.tryHead
match expression with
| Some expression
when method.Name = "IsNull" ->
sqlExp.IsNull(expression) :> _
| Some expression when method.Name = "IsNull" -> sqlExp.IsNull(expression) :> _
| _ -> null }

0 comments on commit 7fb18fb

Please sign in to comment.