Skip to content

Commit

Permalink
fix(lint): golangci-lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Jan 15, 2024
1 parent d64a0cc commit 82f134e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/queue/item_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ package queue

import (
"context"
"github.com/ekristen/libnuke/pkg/resource"
"testing"

"github.com/stretchr/testify/assert"

"github.com/ekristen/libnuke/pkg/resource"
"github.com/ekristen/libnuke/pkg/types"
)

Expand Down

0 comments on commit 82f134e

Please sign in to comment.