Merge pull request #318 from baijum/newline-info

new line after page size info print
master
Ben Johnson 2015-03-01 06:48:40 -07:00
commit cf33c9e0ca
1 changed files with 1 additions and 1 deletions

View File

@ -22,5 +22,5 @@ func Info(path string) {
// Print basic database info.
var info = db.Info()
printf("Page Size: %d", info.PageSize)
printf("Page Size: %d\n", info.PageSize)
}