Skip to content

Commit 3462c25

Browse files
committed
Fix the blanks issue
1 parent ed34401 commit 3462c25

File tree

1 file changed

+2
-2
lines changed
  • hbase-server/src/main/resources/hbase-webapps/regionserver

1 file changed

+2
-2
lines changed

hbase-server/src/main/resources/hbase-webapps/regionserver/region.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
<th>Len Of Biggest Cell</th>
8181
<th>Key Of Biggest Cell</th>
8282
</tr>
83-
<% int count = 0;
84-
for(StoreFile sf : storeFiles) {
83+
<% int count = 0;
84+
for(StoreFile sf : storeFiles) {
8585
if (!fs.exists(sf.getPath())) continue;
8686
count++; %>
8787
<tr>

0 commit comments

Comments
 (0)