Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
format final
Browse files Browse the repository at this point in the history
  • Loading branch information
shevernitskiy committed Jul 12, 2023
1 parent 48280fd commit 874b168
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/hook/crash_report.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ namespace CrashReport {

std::ofstream GetCrashReportLogHandle(std::string filename)
{
if (!std::filesystem::is_directory("./dfint_data/crash_reports/") ||
!std::filesystem::exists("./dfint_data/crash_reports/")) {
if (!std::filesystem::is_directory("./dfint_data/crash_reports/") || !std::filesystem::exists("./dfint_data/crash_reports/")) {
std::filesystem::create_directory("./dfint_data/crash_reports/");
}

Expand Down

0 comments on commit 874b168

Please sign in to comment.