Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
DefCon-007 committed Jul 16, 2023
1 parent 2420b00 commit 7d02fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func main() {
log.Fatalf("Error creating client: %v", err)
}

if (shouldIgnoreExporterMetrics) {
if shouldIgnoreExporterMetrics {
log.Printf("Exporter metrics will not be exposed.")

// Create a new registry and exclude the default Go metrics
Expand Down

0 comments on commit 7d02fbc

Please sign in to comment.