Runs scripts/format.sh
This commit is contained in:
committed by
Patrick Niklaus
parent
bb06e044f5
commit
7c30ea32bf
@@ -13,10 +13,11 @@ namespace storage
|
||||
using DataPaths = std::unordered_map<std::string, boost::filesystem::path>;
|
||||
class Storage
|
||||
{
|
||||
public:
|
||||
Storage(const DataPaths& data_paths);
|
||||
public:
|
||||
Storage(const DataPaths &data_paths);
|
||||
int Run();
|
||||
private:
|
||||
|
||||
private:
|
||||
DataPaths paths;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user