Skip to content

Commit e0827fa

Browse files
committed
refactor(sdk): tiny Go nits
1 parent e78a764 commit e0827fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/adaptation/plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func getPluginRegistrationTimeout() time.Duration {
3434
}
3535

3636
var (
37-
_ = (secrets.Resolver)((*plugin)(nil))
37+
_ secrets.Resolver = &plugin{}
3838
)
3939

4040
type plugin struct {

0 commit comments

Comments
 (0)