Fix line width

This commit is contained in:
Ankit Gupta 2014-06-22 13:31:10 -07:00
parent 718029fc38
commit 4938032549

View File

@ -13,7 +13,8 @@ public class StatisticsCollectorTest {
RocksDB.loadLibrary(); RocksDB.loadLibrary();
} }
public static void main(String[] args) throws InterruptedException, RocksDBException { public static void main(String[] args)
throws InterruptedException, RocksDBException {
Options opt = new Options().createStatistics().setCreateIfMissing(true); Options opt = new Options().createStatistics().setCreateIfMissing(true);
Statistics stats = opt.statisticsPtr(); Statistics stats = opt.statisticsPtr();