Skip to content

Commit 6a5d92c

Browse files
committed
fix clang-format
1 parent 76ddb8c commit 6a5d92c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chart/rendering/drawaxes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class DrawAxes : public DrawingContext
7474
const Math::Range<> &filter = {0.0, 1.0}) const
7575
{
7676
return std::views::filter(intervals[axisIndex],
77-
[&filter](const Interval &interval) -> bool
77+
[filter](const Interval &interval) -> bool
7878
{
7979
return filter.intersects(interval.range);
8080
});

0 commit comments

Comments
 (0)