Fix formating
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
struct TemporaryFile
|
||||
{
|
||||
TemporaryFile() : path(boost::filesystem::unique_path()) {}
|
||||
TemporaryFile(const std::string& path) : path(path){}
|
||||
TemporaryFile(const std::string &path) : path(path) {}
|
||||
|
||||
~TemporaryFile() { boost::filesystem::remove(path); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user