Skip to content

Commit 029f939

Browse files
committed
clang-tidy
1 parent 2220d60 commit 029f939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chart/generator/plotbuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ bool PlotBuilder::linkMarkers(const Buckets &buckets,
218218
&& plot->getOptions()->geometry.get() == ShapeType::rectangle
219219
&& !plot->getOptions()->mainAxis().dimensions().contains_any(
220220
subAxisDims.begin(),
221-
subAxisDims.end());
221+
{});
222222

223223
if (isAggregatable) {
224224
double pre_neg{};

0 commit comments

Comments
 (0)