Skip to content

Commit

Permalink
minor aesthetic boost
Browse files Browse the repository at this point in the history
  • Loading branch information
guregu committed Jul 20, 2024
1 parent 9c5bee0 commit 727c3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trealla/prolog.go
Original file line number Diff line number Diff line change
Expand Up @@ -589,5 +589,5 @@ func WithMaxConcurrency(queries int) Option {

var (
_ Prolog = (*prolog)(nil)
_ Prolog = &lockedProlog{}
_ Prolog = (*lockedProlog)(nil)
)

0 comments on commit 727c3fe

Please sign in to comment.