Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
  • Loading branch information
gfanton committed Feb 7, 2025
1 parent b0dd70e commit 967abd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions contribs/gnodev/cmd/gnodev/setup_loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ func (va *varResolver) Set(value string) error {
}

res = packages.NewRemoteResolver(location, rpc)
case "root": // process everyting from a root directory
case "root": // process everything from a root directory
res = packages.NewRootResolver(location)
case "local": // process a signle directory
case "local": // process a single directory
path, ok := guessPathGnoMod(location)
if !ok {
return fmt.Errorf("unable to read module path from gno.mod in %q", location)
Expand Down
1 change: 0 additions & 1 deletion contribs/gnodev/pkg/emitter/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,4 @@ func (s *Server) logEvent(evt events.Event) {
"clients", len(s.clients),
"type", evt.Type(),
"event", logEvt)

}

0 comments on commit 967abd5

Please sign in to comment.