Skip to content

Commit

Permalink
DEVX-248 fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lojzatran committed Oct 23, 2023
1 parent 5af3241 commit 2f31ff3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,8 @@ public static void mockResourceIdsGraphQlRequest(
+ "\"key\":\""
+ key
+ "\"}]}}}";
final GraphQLResponse result = JsonUtils.fromJsonString(jsonResponseString, GraphQLResponse.class);
final GraphQLResponse result =
JsonUtils.fromJsonString(jsonResponseString, GraphQLResponse.class);

final ApiHttpResponse<GraphQLResponse> apiHttpResponse = mock(ApiHttpResponse.class);

Expand Down

0 comments on commit 2f31ff3

Please sign in to comment.