Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Mozz3d committed Jan 22, 2025
1 parent 2323513 commit 57dddbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/RED4ext/Dump/Reflection-inl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RED4EXT_INLINE void Dump(std::filesystem::path aOutPath, std::filesystem::path a
{
if (aInput.size() > exception.size() && aInput.starts_with(exception))
{
if(exception == "GpuWrapApi")
if (exception == "GpuWrapApi")
{
return aInput.substr(0, exception.size());
}
Expand Down

0 comments on commit 57dddbc

Please sign in to comment.