Skip to content

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishoya-gs committed Jan 12, 2024
1 parent e5484d1 commit f5fd12b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@

public class TestGraphQLDynamicFilters extends TestGraphQLApiAbstract
{
private void runTest(String queryString, String expectedResponse) throws Exception {
private void runTest(String queryString, String expectedResponse) throws Exception
{
runTest(queryString, expectedResponse, null);
}

private void runTest(String queryString, String expectedResponse, GraphQLPlanCache planCache) throws Exception
{
GraphQLExecute graphQLExecute = getGraphQLExecuteWithCache(planCache);
Expand Down

0 comments on commit f5fd12b

Please sign in to comment.