Skip to content

Commit

Permalink
formating
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Dec 16, 2024
1 parent a96118f commit 8656fa8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/sparrow/layout/decimal_array.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,6 @@ namespace sparrow
// substring staring aftet d:
const auto format_str = format.substr(2);

const auto num_commas = std::count(format_str, format_str + std::strlen(format_str), ',');


std::stringstream ss;
ss << format_str;
char c;
Expand Down

0 comments on commit 8656fa8

Please sign in to comment.