Skip to content

Commit

Permalink
ci: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 2, 2023
1 parent 6150514 commit 1478cf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/PCH.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ class Singleton
constexpr ~Singleton() noexcept = default;

public:
constexpr Singleton(const Singleton&) = delete;
constexpr Singleton(Singleton&&) = delete;
constexpr Singleton(const Singleton&) = delete;
constexpr Singleton(Singleton&&) = delete;

constexpr auto operator=(const Singleton&) = delete;
constexpr auto operator=(Singleton&&) = delete;
Expand Down

0 comments on commit 1478cf2

Please sign in to comment.