mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-06 01:45:36 +00:00
apps/gophers: fix test build failure
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -37,6 +37,6 @@ func (config) Now() time.Time {
|
|||||||
return time.Now()
|
return time.Now()
|
||||||
}
|
}
|
||||||
|
|
||||||
func (config) Px(v ui.Value) int {
|
func (config) Px(v unit.Value) int {
|
||||||
return int(v.V + .5)
|
return int(v.V + .5)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user