From 131c415404a5285e3ef26b936ab6dec20706f3db Mon Sep 17 00:00:00 2001 From: Gene Walters Date: Wed, 27 Oct 2021 16:07:53 -0700 Subject: [PATCH] small fix: adding newline back to end of a merged file Signed-off-by: Gene Walters --- AutomatedTesting/Gem/PythonTests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutomatedTesting/Gem/PythonTests/CMakeLists.txt b/AutomatedTesting/Gem/PythonTests/CMakeLists.txt index fa13aee9d0..bec49185bd 100644 --- a/AutomatedTesting/Gem/PythonTests/CMakeLists.txt +++ b/AutomatedTesting/Gem/PythonTests/CMakeLists.txt @@ -63,4 +63,4 @@ add_subdirectory(AWS) add_subdirectory(Multiplayer) ## Integration tests for editor testing framework ## -add_subdirectory(editor_test_testing) \ No newline at end of file +add_subdirectory(editor_test_testing)