mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-23 04:25:51 +00:00
Remove trailing spaces.
This commit is contained in:
committed by
Nik Bougalis
parent
9e69bd5c56
commit
32ec3fe089
@@ -416,7 +416,7 @@ void Config::loadFromString (std::string const& fileContents)
|
||||
if (getSingleSection (secConfig, "database_path", dbPath))
|
||||
{
|
||||
boost::filesystem::path p(dbPath);
|
||||
legacy("database_path",
|
||||
legacy("database_path",
|
||||
boost::filesystem::absolute (p).string ());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user