Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Lovakov authored and jmartisk committed Sep 4, 2024
1 parent 894e36d commit c9f4649
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ void namedClientModelTest() throws IOException {
new MethodKey("findAllStringsName", new Class[0]),
"query findAll { named { findAll } } ");
assertOperation(clientModel,
new MethodKey("update", new Class[]{String.class}),
new MethodKey("update", new Class[] { String.class }),
"mutation update($s: String) { named { update(s: $s) } } ");
}

Expand Down

0 comments on commit c9f4649

Please sign in to comment.