Skip to content

Commit

Permalink
Removing empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatb1 committed Jul 9, 2021
1 parent 67155ef commit 1ce22f1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ public void testMergeApplications() {
ArrayList<GetApplicationsResponse> responses = new ArrayList<>();
responses.add(getApplicationsResponse(1, false));
responses.add(getApplicationsResponse(2, false));

GetApplicationsResponse result = RouterYarnClientUtils.
mergeApplications(responses, false);
Assert.assertNotNull(result);
Expand Down

0 comments on commit 1ce22f1

Please sign in to comment.