summaryrefslogtreecommitdiff
path: root/range.go
diff options
context:
space:
mode:
Diffstat (limited to 'range.go')
-rw-r--r--range.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/range.go b/range.go
index b110cb8..e9ca1e1 100644
--- a/range.go
+++ b/range.go
@@ -5,6 +5,6 @@ package widget
// seem to be a good idea to use 'type any' here as it
// just makes things more complicated for no good reason
type RangeType struct {
- Low int
+ Low int
High int
}