Skip to content

Commit 6a5760c

Browse files
committed
fixup: staticcheck
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
1 parent 633107a commit 6a5760c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/pkg/store/store.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ func (f *Store) SelectorForFlag(_ context.Context, flag model.Flag) string {
113113
}
114114

115115
func (f *Store) String() (string, error) {
116-
f.logger.Debug(fmt.Sprintf("dumping flags to string"))
116+
f.logger.Debug("dumping flags to string")
117117
f.mx.RLock()
118118
defer f.mx.RUnlock()
119119

0 commit comments

Comments
 (0)