style: removed empty new line
This commit is contained in:
parent
a2883c1077
commit
5d174f8685
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ var myLog := log.NewLogger(
|
||||||
[]*Output{output1, output2}
|
[]*Output{output1, output2}
|
||||||
)
|
)
|
||||||
myLog.Info("My First Info Message")
|
myLog.Info("My First Info Message")
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Custom Formatter / Printer
|
## Custom Formatter / Printer
|
||||||
|
|
Loading…
Add table
Reference in a new issue