Formatting

This commit is contained in:
Chris Allen 2017-05-23 11:31:07 -05:00
parent 244a123fd9
commit db34d72eb4

View File

@ -2130,7 +2130,7 @@ instance ToJSON Filter where
toJSON (MissingFilter (FieldName fieldName) (Existence existence) (NullValue nullValue)) =
object ["missing" .=
object ["field" .= fieldName
object [ "field" .= fieldName
, "existence" .= existence
, "null_value" .= nullValue]]