Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jhd2best committed Oct 20, 2024
1 parent 1e751a0 commit 29f2726
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion client/server/distribution.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import (
"github.com/gorilla/mux"

"github.com/piplabs/story/client/server/utils"

"github.com/piplabs/story/lib/k1util"
)

Expand Down
2 changes: 1 addition & 1 deletion client/server/staking.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
package server

import (
"github.com/piplabs/story/lib/k1util"
"net/http"
"strconv"

Expand All @@ -12,6 +11,7 @@ import (
"github.com/gorilla/mux"

"github.com/piplabs/story/client/server/utils"
"github.com/piplabs/story/lib/k1util"
)

func (s *Server) initStakingRoute() {
Expand Down

0 comments on commit 29f2726

Please sign in to comment.