Skip to content

Commit

Permalink
lint: add space between comment and text
Browse files Browse the repository at this point in the history
  • Loading branch information
duvbell committed Jan 26, 2024
1 parent 283c0aa commit 3b27ad1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion client/docs/statik/init.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package statik

//This just for fixing the error in importing empty github.com/cosmos/cosmos-sdk/client/lcd/statik
// This just for fixing the error in importing empty github.com/cosmos/cosmos-sdk/client/lcd/statik
7 changes: 2 additions & 5 deletions cmd/migalood/main.go
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
package main

import (
"fmt"
"os"

"github.com/White-Whale-Defi-Platform/migaloo-chain/v4/app"

"github.com/White-Whale-Defi-Platform/migaloo-chain/v4/cmd/migalood/cmd"
"github.com/cosmos/cosmos-sdk/server"
svrcmd "github.com/cosmos/cosmos-sdk/server/cmd"

"github.com/White-Whale-Defi-Platform/migaloo-chain/v4/app"
)

func main() {
rootCmd, _ := cmd.NewRootCmd()

fmt.Println("app start here")

if err := svrcmd.Execute(rootCmd, "MIGALOOD", app.DefaultNodeHome); err != nil {
switch e := err.(type) {
case server.ErrorCode:
Expand Down

0 comments on commit 3b27ad1

Please sign in to comment.