Skip to content

Commit b382875

Browse files
committed
Run pre-commit
1 parent e90d1af commit b382875

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/simplemath_simpletest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
print(celsius, "degress Celsius =", fahrenheit, "degrees Fahrenheit")
3232

3333
print("\nconstrain() examples")
34+
35+
3436
# Constrain a value to a range.
3537
def constrain_example(value, min_value, max_value):
3638
constrained_value = constrain(value, min_value, max_value)

0 commit comments

Comments
 (0)