clang fmt

This commit is contained in:
psucien 2024-07-28 15:30:07 +02:00
parent 831148965b
commit ef58c3e9ea

View file

@ -74,7 +74,7 @@ static auto UserPaths = [] {
create_path(PathType::SysModuleDir, user_dir / SYSMODULES_DIR);
create_path(PathType::DownloadDir, user_dir / DOWNLOAD_DIR);
create_path(PathType::CapturesDir, user_dir / CAPTURES_DIR);
return paths;
}();