Skip to content

Commit

Permalink
fixup clf
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal committed Oct 4, 2024
1 parent 0b42471 commit 9e826a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/public/loader.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class F3D_EXPORT loader
struct load_failure_exception : public exception
{
explicit load_failure_exception(const std::string& what = "")
: exception(what) {};
: exception(what){};
};

/**
Expand Down

0 comments on commit 9e826a9

Please sign in to comment.