Skip to content

Commit

Permalink
unused var
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Waltlova <[email protected]>
  • Loading branch information
andywaltlova committed Aug 17, 2023
1 parent 1d98101 commit 8ca7da6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ func setupSosExtrasReport(logFilePath string) {
log.Error(err)
}

unused_var := "test"

Check failure on line 69 in src/logger.go

View workflow job for this annotation

GitHub Actions / Lint + Tests + Coverage (1.16)

unused_var declared and not used (typecheck)

logFile, err := os.Create(path.Join(sosReportFolder, sosReportFile))
if err != nil {
log.Error(err)
Expand Down

0 comments on commit 8ca7da6

Please sign in to comment.