Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
vrajat committed Jul 8, 2024
1 parent b0e280c commit 4ce2c38
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ protected ExternalViewReader getEvReader(ZkClient zkClient) {
}

@Override
public List<BrokerInfo> getBrokerInfoList() {return ImmutableList.of(givenBrokerInfo);}
public List<BrokerInfo> getBrokerInfoList() {
return ImmutableList.of(givenBrokerInfo);
}
});

PinotClientTransport pinotClientTransport = Mockito.mock(PinotClientTransport.class);
Expand Down

0 comments on commit 4ce2c38

Please sign in to comment.