remove some transform calls

for range loop is more readable.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2025-06-16 17:44:38 -07:00
committed by Jari Sundell
parent 64cb3d11a0
commit 47089bce70
5 changed files with 15 additions and 18 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ public:
bool is_valid() const;
const std::string& path() { return m_path; }
const std::string& path() const { return m_path; }
void set_path(const std::string& path) { m_path = path; }
bool update(int flags);