Skip to content

Commit

Permalink
fix: gnoweb fmt
Browse files Browse the repository at this point in the history
Signed-off-by: gfanton <[email protected]>
  • Loading branch information
gfanton committed Dec 7, 2024
1 parent 43f7880 commit cf4b3d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion gno.land/cmd/gnoweb/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ func (c *webCfg) RegisterFlags(fs *flag.FlagSet) {
defaultWebOptions.analytics,
"nable privacy-first analytics",
)

}

func execWeb(cfg *webCfg, args []string, io commands.IO) (err error) {
Expand Down
2 changes: 1 addition & 1 deletion gno.land/pkg/gnoweb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ fonts:

# Format process
fmt:
go fmt -w ./...
go fmt ./...

###############################
# Developments
Expand Down

0 comments on commit cf4b3d8

Please sign in to comment.