diff --git a/src/mlpack/tests/ann/layer/c_relu.cpp b/src/mlpack/tests/ann/layer/c_relu.cpp index 8bb1db7046..2446b3cd3b 100644 --- a/src/mlpack/tests/ann/layer/c_relu.cpp +++ b/src/mlpack/tests/ann/layer/c_relu.cpp @@ -53,4 +53,4 @@ TEST_CASE("CReLUFunctionTest", "[ANNLayerTest]") REQUIRE(derivatives.at(i) == Approx(desiredDerivatives.at(i)).epsilon(1e-5)); } -} \ No newline at end of file +}