From 4935709a72b0b7d249040c185fef55625b3d344b Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Fri, 22 Jun 2018 12:43:42 -0700 Subject: [PATCH] Remove space. --- realis.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/realis.go b/realis.go index c590254..5a93872 100644 --- a/realis.go +++ b/realis.go @@ -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))