Skip to content

Commit 286f6c5

Browse files
committed
HBASE-26649 Addendum fix spotless error
1 parent 194f8c2 commit 286f6c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hbase-server/src/test/java/org/apache/hadoop/hbase/replication/regionserver/TestMetaRegionReplicaReplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ public void testHBaseMetaReplicaGets() throws Exception {
469469

470470
RegionLocator locator = tableForGet.getRegionLocator();
471471

472-
for (int j = 0; j < numOfMetaReplica * 3; j ++) {
472+
for (int j = 0; j < numOfMetaReplica * 3; j++) {
473473
locator.getAllRegionLocations();
474474
}
475475

0 commit comments

Comments
 (0)