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 Dec 16, 2023
1 parent 2d02ea3 commit 7633da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/cryptomaterial/clickable.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func (cl *Clickable) Enabled() bool {
// LayoutWithInset draws a layout of a clickable and applies an hover effect if
// an hover action is detected. rightInset and bottomInset are used to restrict
// hover layout and should be supplied ONLY if a right or bottom inset/margin
// was applied to w.
// was applied to w.
func (cl *Clickable) LayoutWithInset(gtx C, w layout.Widget, rightInset, bottomInset unit.Dp) D {
return cl.button.Layout(gtx, func(gtx layout.Context) layout.Dimensions {
return layout.Stack{}.Layout(gtx,
Expand Down

0 comments on commit 7633da3

Please sign in to comment.