Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and arkq committed Apr 4, 2023
1 parent 38aafdb commit 2f96585
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/platform/Linux/PlatformManagerImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,7 @@ class PlatformManagerImpl final : public PlatformManager, public Internal::Gener

#endif

System::Clock::Timestamp GetStartTime()
{
return mStartTime;
}
System::Clock::Timestamp GetStartTime() { return mStartTime; }

private:
// ===== Methods that implement the PlatformManager abstract interface.
Expand Down

0 comments on commit 2f96585

Please sign in to comment.