From d570d7c69478b8e249c67dfbb92dfd5b7d85c242 Mon Sep 17 00:00:00 2001 From: kartikdutt18 Date: Tue, 4 Aug 2020 17:14:14 +0530 Subject: [PATCH] Add empty line after tests --- src/mlpack/tests/ann_layer_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mlpack/tests/ann_layer_test.cpp b/src/mlpack/tests/ann_layer_test.cpp index f07bcb00ac..393004e678 100644 --- a/src/mlpack/tests/ann_layer_test.cpp +++ b/src/mlpack/tests/ann_layer_test.cpp @@ -4128,4 +4128,4 @@ TEST_CASE("BatchNormDeterministicTest", "[ANNLayerTest]") module.Train(input, output); // The model should switch to training mode for predicting. REQUIRE(boost::get*>(module.Model()[0])->Deterministic() == false); -} \ No newline at end of file +}