Skip to content

Commit 5b18e59

Browse files
authored
Small formatting fix
1 parent 5d73c33 commit 5b18e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haxe/ui/components/NumberStepper.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class NumberStepper extends InteractiveComponent implements ICompositeInteractiv
5353
/**
5454
* If true, values that differ from the specified `step` will be marked as invalid.
5555
*/
56-
@:clonable @:behaviour(DefaultBehaviour, false) public var forceStep:Bool;
56+
@:clonable @:behaviour(DefaultBehaviour, false) public var forceStep:Bool;
5757

5858
/**
5959
* The highest value this stepper can get to, even when set through code.

0 commit comments

Comments
 (0)