Fix formatting

Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
Andrew Thornton 2021-04-08 11:32:30 +01:00
parent 21881d8b84
commit 385831a88d
No known key found for this signature in database
GPG Key ID: 3CDE74631F13A748
1 changed files with 1 additions and 1 deletions

View File

@ -88,4 +88,4 @@ func (session *Session) Commit() error {
// if current session is in a transaction // if current session is in a transaction
func (session *Session) IsInTx() bool { func (session *Session) IsInTx() bool {
return !session.isAutoCommit return !session.isAutoCommit
} }