Skip to content

Commit

Permalink
refactor: no need to allocate for type check
Browse files Browse the repository at this point in the history
Signed-off-by: Zoran Regvart <[email protected]>
  • Loading branch information
zregvart authored and crozzy committed Sep 6, 2024
1 parent bc7a8da commit 5ed57a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datastore/sqlite_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
)

// compile check datastore.MatcherStore implementation
var _ datastore.MatcherStore = &sqliteMatcherStore{}
var _ datastore.MatcherStore = (*sqliteMatcherStore)(nil)

type intVersion [10]int32

Expand Down

0 comments on commit 5ed57a1

Please sign in to comment.