Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
tdeshong committed Nov 19, 2024
1 parent e27eb2a commit d3d8ee7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app_user.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package passage

type PassageUser = User
type appUser struct {
app App
app App
}

const (
Expand All @@ -12,7 +12,7 @@ const (

func newAppUser(app App) *appUser {
appUser := appUser{
app: app,
app: app,
}

return &appUser
Expand Down

0 comments on commit d3d8ee7

Please sign in to comment.