mirror of
https://github.com/mpusz/mp-units.git
synced 2025-06-25 01:01:33 +02:00
style: missing empty line at the end of the file added
This commit is contained in:
@ -660,4 +660,4 @@ TEST_CASE("distributions", "[random][distribution]")
|
||||
CHECK(units_dist.densities() == stl_dist.densities());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -527,4 +527,4 @@ TEST_CASE("math operations", "[math]")
|
||||
REQUIRE_THAT(atan2(1. * isq::length[km], 1000. * isq::length[m]), AlmostEquals(45. * angle[deg]));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -81,4 +81,4 @@ TEST_CASE("quantity operations", "[quantity]")
|
||||
volatile std::int16_t vint = 123;
|
||||
REQUIRE(quantity(vint * m).numerical_value_in(m) == 123);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user