Skip to content

Commit

Permalink
pin: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Mar 10, 2024
1 parent 039e60d commit 2cf69bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions host/settings/pin/options.go
Expand Up @@ -6,6 +6,7 @@ import (
"go.uber.org/zap"
)

// An Option is a functional option for configuring a pin Manager.
type Option func(*Manager)

// WithLogger sets the logger for the manager.
Expand Down
1 change: 0 additions & 1 deletion host/settings/pin/pin_test.go
Expand Up @@ -266,5 +266,4 @@ func TestAutomaticUpdate(t *testing.T) {
if err := checkSettings(sm.Settings(), pin, 2); err != nil {
t.Fatal(err)
}

}

0 comments on commit 2cf69bf

Please sign in to comment.