Formatting

This commit is contained in:
Federico Cecchetto 2021-05-30 03:59:14 +02:00
parent b38e50d520
commit 6b1796fbab

View File

@ -28,11 +28,11 @@ namespace io
}
}
class component final : public component_interface
{
public:
void post_unpack() override
{
class component final : public component_interface
{
public:
void post_unpack() override
{
const auto path = get_path();
std::filesystem::current_path(path);
@ -132,8 +132,8 @@ namespace io
return result;
});
}
};
}
};
}
REGISTER_COMPONENT(io::component)