From d46c3b72b63a98e5bc185207520360764b1fe7ed Mon Sep 17 00:00:00 2001 From: Las Zenow Date: Mon, 1 Apr 2013 14:04:43 +0200 Subject: [PATCH] Fix format --- tools/update/database.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/update/database.go b/tools/update/database.go index d2d8527..2f48536 100644 --- a/tools/update/database.go +++ b/tools/update/database.go @@ -97,7 +97,7 @@ func (d *DB) IncDownload(path string) error { } /* optional parameters: length and start index - * + * * Returns: list of books, number found and err */ func (d *DB) GetBooks(query bson.M, r ...int) (books []Book, num int, err error) {