Remove space.

This commit is contained in:
Renan DelValle 2018-06-22 12:43:42 -07:00
parent 3723e7dd2c
commit 4935709a72
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

@ -271,7 +271,7 @@ func NewRealisClient(options ...ClientOption) (Realis, error) {
config.logger = &LevelLogger{log.New(os.Stdout, "realis: ", log.Ltime|log.Ldate|log.LUTC), true}
}
// Note, by this point, a LevelLogger should have been created.
// Note, by this point, a LevelLogger should have been created.
config.logger.EnableDebug(config.debug)
config.logger.DebugPrintln("Number of options applied to config: ", len(options))