new line after page size info print

pull/34/head
Baiju Muthukadan 2015-02-28 09:01:57 +05:30
parent fba9b58d1e
commit 4ff9f866c5
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)
}