Runs scripts/format.sh

This commit is contained in:
Daniel J. Hofmann
2016-03-03 14:26:13 +01:00
committed by Patrick Niklaus
parent bb06e044f5
commit 7c30ea32bf
70 changed files with 457 additions and 399 deletions
+4 -3
View File
@@ -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;
};
}