Skip to content

Commit e20c50b

Browse files
committed
Remove unnecessary changes
1 parent 553678b commit e20c50b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

internal/pkg/agent/storage/handler_store.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
package storage
66

7-
import (
8-
"io"
9-
)
7+
import "io"
108

119
type handlerFunc func(io.Reader) error
1210

internal/pkg/agent/storage/null_store.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
package storage
66

7-
import (
8-
"io"
9-
)
7+
import "io"
108

119
// NullStore this is only use to split the work into multiples PRs.
1210
type NullStore struct{}

0 commit comments

Comments
 (0)