Skip to content

Commit

Permalink
reenable interface assertion (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
wildan2711 committed Jan 3, 2021
1 parent ffd701e commit d945f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ type SchemaType interface {
}

var (
// _ TxnInterface = (*TxnContext)(nil)
_ TxnInterface = (*TxnContext)(nil)
)

0 comments on commit d945f5d

Please sign in to comment.