Skip to content

Commit f16651f

Browse files
author
slfan1989
committed
YARN-11122: Fix CodeStyle.
1 parent 7845199 commit f16651f

File tree

1 file changed

+1
-1
lines changed
  • hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/src/main/java/org/apache/hadoop/yarn/server/router/clientrm

1 file changed

+1
-1
lines changed

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/src/main/java/org/apache/hadoop/yarn/server/router/clientrm/FederationClientInterceptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ public GetClusterNodesResponse getClusterNodes(GetClusterNodesRequest request)
798798
}
799799
long startTime = clock.getTime();
800800
Map<SubClusterId, SubClusterInfo> subClusters =
801-
federationFacade.getSubClusters(true);
801+
federationFacade.getSubClusters(true);
802802
Map<SubClusterId, GetClusterNodesResponse> clusterNodes = Maps.newHashMap();
803803
for (SubClusterId subClusterId : subClusters.keySet()) {
804804
ApplicationClientProtocol client;

0 commit comments

Comments
 (0)