1
0
mirror of https://github.com/TwiN/gatus.git synced 2025-03-08 12:02:17 +01:00

chore: Remove unnecessary newline

This commit is contained in:
TwiN 2024-12-06 21:34:44 -05:00
parent cdac5790cb
commit a1bbc41b62

View File

@ -77,7 +77,6 @@ func configureLogging() {
logr.SetThreshold(logLevel)
logr.Infof("[main.configureLogging] Log Level is set to %s", logr.GetThreshold())
}
}
func loadConfiguration() (*config.Config, error) {