Skip to content

Commit 10ac028

Browse files
committed
chore: fix linter warnings
1 parent b07f05f commit 10ac028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/common/path_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ func TestFilterInputFile(t *testing.T) {
212212
// If there is a generated file, then read it into actualStr.
213213
actualStr := ""
214214
if len(actualFiles) != 0 {
215-
actualFilename := (actualFiles[0]).Name()
215+
actualFilename := actualFiles[0].Name()
216216
defer os.Remove(actualFilename)
217217
actual, err := os.ReadFile(actualFilename)
218218
if err != nil {

0 commit comments

Comments
 (0)