From f38e20705dc1a7919a7bd9f05f2a1bd1be62112f Mon Sep 17 00:00:00 2001 From: Krishna Vedala <7001608+kvedala@users.noreply.github.com> Date: Wed, 26 Aug 2020 09:05:35 -0400 Subject: [PATCH] test commit added spaces in include to try to trigger GitHub Actions --- machine_learning/neural_network.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machine_learning/neural_network.cpp b/machine_learning/neural_network.cpp index ba9df5335..e037da169 100644 --- a/machine_learning/neural_network.cpp +++ b/machine_learning/neural_network.cpp @@ -23,8 +23,8 @@ #include "vector_ops.hpp" // Custom header file for vector operations #include -#include -#include +#include +#include #include #include #include