Fixed formatting

This commit is contained in:
Bartek Kryza
2023-01-21 23:23:36 +01:00
parent 023a4a0cc0
commit 3005ad7c37
2 changed files with 2 additions and 4 deletions

View File

@@ -130,8 +130,7 @@ public:
void pop_back()
{
if (!path_.empty())
{
if (!path_.empty()) {
path_.pop_back();
}
}