mirror of
https://github.com/TwiN/gatus.git
synced 2025-01-02 12:09:10 +01:00
chore: Remove unnecessary newline
This commit is contained in:
parent
cdac5790cb
commit
a1bbc41b62
1
main.go
1
main.go
@ -77,7 +77,6 @@ func configureLogging() {
|
|||||||
logr.SetThreshold(logLevel)
|
logr.SetThreshold(logLevel)
|
||||||
logr.Infof("[main.configureLogging] Log Level is set to %s", logr.GetThreshold())
|
logr.Infof("[main.configureLogging] Log Level is set to %s", logr.GetThreshold())
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func loadConfiguration() (*config.Config, error) {
|
func loadConfiguration() (*config.Config, error) {
|
||||||
|
Loading…
Reference in New Issue
Block a user