Skip to content

Commit 56479fd

Browse files
committed
remove unnecessary spaces
1 parent 7a6da91 commit 56479fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NetworkTopologyServlet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ protected void printJsonFormat(PrintStream stream, Map<String,
154154
}
155155

156156
protected void printTextFormat(PrintStream stream, Map<String,
157-
TreeSet<String>> tree, ArrayList<String> racks) {
157+
TreeSet<String>> tree, ArrayList<String> racks) {
158158
for(String r : racks) {
159159
stream.println("Rack: " + r);
160160
TreeSet<String> nodes = tree.get(r);

0 commit comments

Comments
 (0)