options.cc: remove a whitespace

This commit is contained in:
Benitoite
2020-02-17 14:55:01 -08:00
committed by GitHub
parent b27c78916e
commit 9047e89bd3

View File

@@ -2334,7 +2334,7 @@ void Options::load(bool lightweight)
#endif
if (path != nullptr) {
cacheBaseDir = Glib::ustring(path);
if (!Glib::path_is_absolute(cacheBaseDir)) {
Glib::ustring msg = Glib::ustring::compose("Cache base dir %1 is not absolute", cacheBaseDir);
throw Error(msg);