Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and MiKom committed Oct 17, 2024
1 parent d996671 commit 6bc42af
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/KDFoundation/platform/abstract_platform_timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@

namespace KDFoundation {

class KDFOUNDATION_API AbstractPlatformTimer{
public :
virtual ~AbstractPlatformTimer(){}
class KDFOUNDATION_API AbstractPlatformTimer
{
public:
virtual ~AbstractPlatformTimer() { }
};

} // namespace KDFoundation

0 comments on commit 6bc42af

Please sign in to comment.