WIP
diff --git a/tephra-hbase-compat-0.98/src/test/java/co/cask/tephra/hbase98/TransactionAwareHTableTest.java b/tephra-hbase-compat-0.98/src/test/java/co/cask/tephra/hbase98/TransactionAwareHTableTest.java
index 525cfaf..31f4bdd 100644
--- a/tephra-hbase-compat-0.98/src/test/java/co/cask/tephra/hbase98/TransactionAwareHTableTest.java
+++ b/tephra-hbase-compat-0.98/src/test/java/co/cask/tephra/hbase98/TransactionAwareHTableTest.java
@@ -1064,7 +1064,7 @@
   private void majorCompact(HTableDescriptor tableDescriptor, byte[] family) throws Exception {
     long before = System.currentTimeMillis();
     testUtil.compact(tableDescriptor.getTableName(), true);
-    while(true) {
+    while (true) {
       for (StoreFileInfo storeFileInfo : getStoreFiles(tableDescriptor, family)) {
         LOG.error("Store file = {}, start time = {}, modification time = {}",
                   storeFileInfo.getPath().toUri(), before, storeFileInfo.getModificationTime());