Skip to content

Commit 855e331

Browse files
Appease linter
1 parent e1ea0d3 commit 855e331

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

service/service_list.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ import (
2020
"context"
2121
"slices"
2222

23+
"go.bug.st/f"
24+
2325
"github.com/arduino/arduino-flasher-cli/internal/updater"
2426
flasher "github.com/arduino/arduino-flasher-cli/rpc/cc/arduino/flasher/v1"
25-
"go.bug.st/f"
2627
)
2728

2829
func (s *flasherServerImpl) List(ctx context.Context, req *flasher.ListRequest) (*flasher.ListResponse, error) {

0 commit comments

Comments
 (0)