goimports style fixes.
This commit is contained in:
parent
9750b37a64
commit
9459623c97
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ func NewRealisClient(options ...ClientOption) (Realis, error) {
|
|||
if config.logger == nil && config.debug {
|
||||
config.logger = &LevelLogger{
|
||||
Logger: log.New(os.Stdout, "realis: ", log.Ltime|log.Ldate|log.LUTC),
|
||||
debug: true,
|
||||
debug: true,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue