Skip to content

Commit

Permalink
ref: code formating
Browse files Browse the repository at this point in the history
  • Loading branch information
coolapso committed Nov 17, 2024
1 parent 36ae5c7 commit 08b3d5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const (
defaultListenPort = "9184"
defaultAddress = "localhost"
defaultTwitchUserToken = false
Version = "DEV"
Version = "DEV"
)

var (
Expand Down
1 change: 0 additions & 1 deletion internal/collectors/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ func (e *Exporter) collectUserMetrics() bool {
return true
}


return false
}

Expand Down

0 comments on commit 08b3d5e

Please sign in to comment.