Skip to content

Commit

Permalink
Cosmetic: Split private methods from constants
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrugman committed Nov 24, 2021
1 parent 430da84 commit 839a96c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/pfs/parsers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ class task_io_parser : public file_parser<io_stats>

private:
static value_parsers make_value_parsers();

private:
static const char DELIM;
static const value_parsers PARSERS;
};
Expand Down

0 comments on commit 839a96c

Please sign in to comment.