From 0e844a189b87fdc13250edb335bcb726f5b56f7d Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Wed, 6 Mar 2019 12:45:35 -0500 Subject: [PATCH] style(lint): lint errors too --- core/src/components/range/range.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/range/range.tsx b/core/src/components/range/range.tsx index f05fd128ea..618bbd1084 100644 --- a/core/src/components/range/range.tsx +++ b/core/src/components/range/range.tsx @@ -551,4 +551,4 @@ function ratioToValue( function valueToRatio(value: number, min: number, max: number): number { return clamp(0, (value - min) / (max - min), 1); -} \ No newline at end of file +}