Skip to content

Commit

Permalink
Oops, fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Dumas committed Feb 21, 2024
1 parent df29a79 commit 2dae8b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ final class JsonOps(private val json: Json) extends AnyVal {
/**
* Removes the metadata keys from the current json.
*/
def removeMetadataKeys: Json = JsonUtils.removeMetadataKeys(json)
def removeMetadataKeys(): Json = JsonUtils.removeMetadataKeys(json)

/**
* Removes the provided key value pairs from everywhere on the json.
Expand Down

0 comments on commit 2dae8b8

Please sign in to comment.