Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
petrhosek committed Jul 16, 2024
1 parent 38d2425 commit d7eb493
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@

struct MyMutex {};

int main(int, char**)
{
static_assert((std::is_same<std::lock_guard<MyMutex>::mutex_type,
MyMutex>::value), "");
int main(int, char**) {
static_assert((std::is_same<std::lock_guard<MyMutex>::mutex_type, MyMutex>::value), "");

return 0;
}

0 comments on commit d7eb493

Please sign in to comment.