diff --git a/.gitignore b/.gitignore index 825ae46..ce47fe6 100644 --- a/.gitignore +++ b/.gitignore @@ -72,4 +72,4 @@ openstack-ansible-ops previous # Editor files -.vscode \ No newline at end of file +.vscode diff --git a/Vagrantfile b/Vagrantfile index b8616e3..5b2e2da 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -53,4 +53,4 @@ Vagrant.configure(2) do |config| centos7.vm.box = "centos/7" end -end \ No newline at end of file +end diff --git a/run_tests.sh b/run_tests.sh index 5e90f49..cbffb04 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -91,3 +91,4 @@ fi # Execute the common test script source tests/common/run_tests_common.sh +