From 873a6ecfcce04473f6fd089b7cb4a761ac2b876c Mon Sep 17 00:00:00 2001 From: Konstantin Sidorov Date: Tue, 6 Jun 2017 12:15:41 +0400 Subject: [PATCH] Added newline in the end of score.hpp --- src/mlpack/methods/ann/augmented/tasks/sort_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mlpack/methods/ann/augmented/tasks/sort_impl.hpp b/src/mlpack/methods/ann/augmented/tasks/sort_impl.hpp index 0bc50808b7..f05d981d01 100644 --- a/src/mlpack/methods/ann/augmented/tasks/sort_impl.hpp +++ b/src/mlpack/methods/ann/augmented/tasks/sort_impl.hpp @@ -66,4 +66,4 @@ void SortTask::GenerateData(arma::field& input, } // namespace augmented } // namespace ann } // namespace mlpack -#endif \ No newline at end of file +#endif