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] committed Dec 24, 2024
1 parent 41e5819 commit 2b1d7d4
Show file tree
Hide file tree
Showing 2 changed files with 1,341 additions and 1,330 deletions.
2 changes: 1 addition & 1 deletion test/test_unit_strings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1183,7 +1183,7 @@ TEST(stringToUnits, parentheticalModifier)
auto u3 = unit_from_string("British thermal unit (thermochemical)");
EXPECT_EQ(u3, precise::energy::btu_th);
auto u4 = unit_from_string("short(US) ton per day");
EXPECT_EQ(u4,precise::av::ton/precise::day);
EXPECT_EQ(u4, precise::av::ton / precise::day);
}

TEST(stringToUnit, handlingOfSquared)
Expand Down
Loading

0 comments on commit 2b1d7d4

Please sign in to comment.