From 584b1a3dba1e7f9aee15721001bf981011e6a232 Mon Sep 17 00:00:00 2001 From: Rodrigo Coelho Date: Wed, 14 Feb 2018 10:06:29 -0200 Subject: [PATCH] Breaking the long line --- db.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/db.go b/db.go index 88c1389..d5c53f4 100644 --- a/db.go +++ b/db.go @@ -441,7 +441,8 @@ func (db *DB) init() error { } // Close releases all database resources. -// It will block waiting for any open transactions to finish before closing the database and returning. +// It will block waiting for any open transactions to finish +// before closing the database and returning. func (db *DB) Close() error { db.rwlock.Lock() defer db.rwlock.Unlock()