Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Philemon Ukane <[email protected]>
  • Loading branch information
ukane-philemon committed Oct 14, 2023
1 parent 05bb38a commit 17f81e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/page/seedbackup/save_seed.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ type SaveSeedPage struct {

func NewSaveSeedPage(l *load.Load, masterParentID string, wallet sharedW.Asset, redirect Redirectfunc) *SaveSeedPage {
pg := &SaveSeedPage{
masterParentID: masterParentID,
masterParentID: masterParentID,
Load: l,
GenericPageModal: app.NewGenericPageModal(SaveSeedPageID),
wallet: wallet,
Expand Down
2 changes: 1 addition & 1 deletion ui/page/seedbackup/verify_seed.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ type VerifySeedPage struct {

func NewVerifySeedPage(l *load.Load, masterParentID string, wallet sharedW.Asset, seed string, redirect Redirectfunc) *VerifySeedPage {
pg := &VerifySeedPage{
masterParentID: masterParentID,
masterParentID: masterParentID,
Load: l,
GenericPageModal: app.NewGenericPageModal(VerifySeedPageID),
wallet: wallet,
Expand Down

0 comments on commit 17f81e6

Please sign in to comment.