Skip to content

Commit

Permalink
field
Browse files Browse the repository at this point in the history
  • Loading branch information
leohhhn committed Dec 19, 2024
1 parent 03b246e commit 0abf40d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/gno.land/p/sys/users/users.gno
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import (
)

type UserLookup struct {
Name string
Addr std.Address
Alias bool // lookup was found via an alias
Name string
Addr std.Address
ViaAlias bool // lookup was found via an alias
}

func (lookup UserLookup) Exists() bool {
Expand Down

0 comments on commit 0abf40d

Please sign in to comment.