Fix formatting (#1886)
Fix newline formatting Signed-off-by: Andrew Thornton <art27@cantab.net> Reviewed-on: https://gitea.com/xorm/xorm/pulls/1886 Co-authored-by: Andrew Thornton <art27@cantab.net> Co-committed-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
parent
21881d8b84
commit
2142e31d95
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue