Skip to content

Commit c6e1176

Browse files
committed
Revert "Supoprt SPARK_MIN/SPARK_MAX env variables."
This reverts commit 663fb3b.
1 parent 8be844e commit c6e1176

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

spark

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ spark()
5555
numbers=$numbers${numbers:+ }$n
5656
done
5757

58-
[ -n "$SPARK_MIN" ] && min=$SPARK_MIN
59-
[ -n "$SPARK_MAX" ] && max=$SPARK_MAX
60-
6158
# print ticks
6259
local ticks=(▁ ▂ ▃ ▄ ▅ ▆ ▇ █)
6360

0 commit comments

Comments
 (0)