Skip to content

Commit a5e2fe4

Browse files
committed
Fix checkstyle
1 parent d1b3fbb commit a5e2fe4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestReconstructStripedBlocks.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ public void testDeleteOverReplicatedStripedBlock() throws Exception {
583583
conf.setBoolean(DFSConfigKeys.DFS_NAMENODE_REDUNDANCY_CONSIDERLOAD_KEY,
584584
false);
585585
StorageType[][] st = new StorageType[groupSize + 2][1];
586-
for (int i = 0;i < st.length-1;i++){
586+
for (int i = 0; i < st.length-1; i++){
587587
st[i] = new StorageType[]{StorageType.SSD};
588588
}
589589
st[st.length -1] = new StorageType[]{StorageType.DISK};

0 commit comments

Comments
 (0)