mirror of
https://github.com/etcd-io/bbolt.git
synced 2025-04-28 13:59:43 +00:00
Merge pull request #318 from baijum/newline-info
new line after page size info print
This commit is contained in:
commit
cf33c9e0ca
@ -22,5 +22,5 @@ func Info(path string) {
|
|||||||
|
|
||||||
// Print basic database info.
|
// Print basic database info.
|
||||||
var info = db.Info()
|
var info = db.Info()
|
||||||
printf("Page Size: %d", info.PageSize)
|
printf("Page Size: %d\n", info.PageSize)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user