style(Main.go): Removed whitespaces
This commit is contained in:
parent
57f23b05a2
commit
995ef1aed9
1 changed files with 4 additions and 6 deletions
2
main.go
2
main.go
|
|
@ -8,7 +8,6 @@ import (
|
||||||
"os"
|
"os"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
||||||
logger := Lotus.Logger("mainThread")
|
logger := Lotus.Logger("mainThread")
|
||||||
|
|
@ -28,7 +27,6 @@ func main() {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
err := app.Run(os.Args)
|
err := app.Run(os.Args)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
logger.Fatal(err)
|
logger.Fatal(err)
|
||||||
|
|
|
||||||
Reference in a new issue