Skip to content

Commit

Permalink
ForgeRunTemplateTest: Fix code format
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Nov 13, 2023
1 parent 84dd64d commit 553a1f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class ForgeRunTemplateTest extends Specification {

when:
def result = ForgeRunTemplate.CODEC.parse(JsonOps.INSTANCE, json.getAsJsonObject("runs").getAsJsonObject("client"))
def template = result.getOrThrow(false, {})
def template = result.getOrThrow(false) { }

then:
template.name == template.name() // check that the name gradle sees matches the name read from the json
Expand Down

0 comments on commit 553a1f8

Please sign in to comment.