From fc0afb80c5b4e469b6b613eeae159c4e059fed9d Mon Sep 17 00:00:00 2001 From: Adarsh Santoria <108261986+AdarshSantoria@users.noreply.github.com> Date: Fri, 17 Feb 2023 10:35:21 +0530 Subject: [PATCH] add new line at bottom --- src/mlpack/tests/ann/layer/parametric_relu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mlpack/tests/ann/layer/parametric_relu.cpp b/src/mlpack/tests/ann/layer/parametric_relu.cpp index e6fe060ea4..cc4680a398 100644 --- a/src/mlpack/tests/ann/layer/parametric_relu.cpp +++ b/src/mlpack/tests/ann/layer/parametric_relu.cpp @@ -83,4 +83,4 @@ TEST_CASE("PReLUGRADIENTTest", "[ANNLayerTest]") REQUIRE(0.0103 - arma::accu(predGradient) == Approx(0.0).margin(1e-4)); -} \ No newline at end of file +}