Fix space at the end of file

This commit is contained in:
Ondrej Hrusovsky
2023-12-13 15:38:35 +01:00
committed by GitHub
parent 54ca8072c0
commit a9956ae45a
@@ -239,4 +239,4 @@ void FCogInputWindow_Actions::DrawAxis(const char* Format, const char* ActionNam
ImGui::SetNextItemWidth(-1);
FCogWindowWidgets::SliderWithReset("##Inject", InjectValue, -1.0f, 1.0f, 0.0f, "%0.2f");
ImGui::PopID();
}
}