Skip to content

Commit

Permalink
chore(examples): fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
agherasie committed Jan 16, 2025
1 parent 74179f5 commit 596862c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions examples/gno.land/p/demo/forms/forms_json.gno
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
package forms

import (
"std"
"strings"

"gno.land/p/demo/json"
"gno.land/p/demo/ufmt"
)

func (b *json.NodeBuilder) WriteFormFields(key string, fields []Field) *json.NodeBuilder {
Expand Down
1 change: 0 additions & 1 deletion examples/gno.land/r/demo/forms/forms.gno
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package forms

import (
"std"
"strings"

"gno.land/p/demo/forms"
"gno.land/p/demo/json"
Expand Down

0 comments on commit 596862c

Please sign in to comment.