Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
labkode committed Feb 13, 2020
1 parent f4009cc commit d146951
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/storage/templates/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ type UserData struct {
*userpb.User
}

// WithUser generates a layout based on user data.
func WithUser(u *userpb.User, tpl string) string {
tpl = clean(tpl)
ut := newUserData(u)
Expand Down

0 comments on commit d146951

Please sign in to comment.