mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-09 04:29:04 +03:00
chore: cleanup the ui
This commit is contained in:
@@ -50,7 +50,6 @@ std::filesystem::path normalize_path(const std::string &path)
|
||||
{
|
||||
std::string expanded = expand_user(path);
|
||||
std::filesystem::path fs_path(expanded);
|
||||
// lexically_normal() resolves . and .. and normalizes separators
|
||||
return fs_path.lexically_normal();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user