Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
Signed-off-by: Philemon Ukane <[email protected]>
  • Loading branch information
ukane-philemon committed Nov 3, 2023
1 parent aed41bc commit c15498a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/cryptomaterial/dropdown.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (
)

const (
DropdownBasePos uint = 0
maxDropdownItemChar = 20
DropdownBasePos = 0
maxDropdownItemChar = 20
)

var MaxWidth = unit.Dp(800)
Expand Down

0 comments on commit c15498a

Please sign in to comment.