Skip to content

Commit dede2c1

Browse files
committed
fix: added EOL to files
1 parent 860d173 commit dede2c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/stories/Component.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ WithHoverValueDisplay.args = {
9292
{ label: 'C', value: -15 },
9393
],
9494
// Pass other necessary props here
95-
};
95+
};

src/waterfall-chart/useWaterFallChart.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ const useWaterfallChart = (
4848
return { chartElements, yValueForZeroLine, yAxisPoints, yAxisScale, calculateBarWidth };
4949
};
5050

51-
export default useWaterfallChart;
51+
export default useWaterfallChart;

0 commit comments

Comments
 (0)