Fix line width
This commit is contained in:
parent
718029fc38
commit
4938032549
@ -13,7 +13,8 @@ public class StatisticsCollectorTest {
|
||||
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);
|
||||
Statistics stats = opt.statisticsPtr();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user