mirror of
https://github.com/fedddddd/iw5-gsc-utils.git
synced 2025-04-21 21:25:43 +00:00
Formatting
This commit is contained in:
parent
b38e50d520
commit
6b1796fbab
@ -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)
|
Loading…
x
Reference in New Issue
Block a user