Skip to content

Commit 76518f7

Browse files
committed
Refactor tolerance and marker bounds check
1 parent d07ab0a commit 76518f7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/dataframe/old/types.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ class SeriesIndex
3131
std::optional<dataframe::aggregator_type> aggregator;
3232

3333
public:
34-
SeriesIndex() :
35-
aggregator(dataframe::aggregator_type::count)
36-
{}
34+
SeriesIndex() : aggregator(dataframe::aggregator_type::count) {}
3735
SeriesIndex(std::string const &str, const DataTable &table);
3836

3937
void setAggr(const std::string &aggr);

0 commit comments

Comments
 (0)