pmt: reformat code and improve
This commit is contained in:
@@ -251,11 +251,9 @@ bool basic_partition_map_builder::operator()(const std::string_view path) {
|
||||
return readDirectory(path);
|
||||
}
|
||||
|
||||
Map_t& basic_partition_map_builder::operator*() {
|
||||
return _current_map;
|
||||
}
|
||||
Map_t &basic_partition_map_builder::operator*() { return _current_map; }
|
||||
|
||||
const Map_t& basic_partition_map_builder::operator*() const {
|
||||
const Map_t &basic_partition_map_builder::operator*() const {
|
||||
return _current_map;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user