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) {