Skip to content

Commit

Permalink
Auto-format code changes (#735)
Browse files Browse the repository at this point in the history
Auto-format code using Clang-Format

Co-authored-by: GitHub Actions <actions@github.com>
  • Loading branch information
github-actions[bot] and actions-user authored Feb 21, 2025
1 parent c52cc22 commit 0615180
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/unit/solver/test_state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

#include <gtest/gtest.h>

TEST(State, DefaultConstructor){
TEST(State, DefaultConstructor)
{
EXPECT_NO_THROW(micm::State state);
EXPECT_NO_THROW(std::vector<micm::State<>> states(10));
}
Expand Down

0 comments on commit 0615180

Please # to comment.