diff --git a/src/component/io.cpp b/src/component/io.cpp index 7453e6a..ed36df8 100644 --- a/src/component/io.cpp +++ b/src/component/io.cpp @@ -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) \ No newline at end of file