From e7a9f7b0b8bcba1733af9f752dd7b48359d56d0f Mon Sep 17 00:00:00 2001 From: Wouter Mellema Date: Thu, 8 Feb 2024 13:03:21 +0100 Subject: [PATCH] Fixed whitespace issue --- spec/acceptance/pyvenv_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/acceptance/pyvenv_spec.rb b/spec/acceptance/pyvenv_spec.rb index 774fc3e2..0b20e27f 100644 --- a/spec/acceptance/pyvenv_spec.rb +++ b/spec/acceptance/pyvenv_spec.rb @@ -196,7 +196,7 @@ class { 'python': context 'with versioned minimal python::pip and without systempkgs using custom python path' do it 'works with no errors' do pp = <<-PUPPET - + class { 'python': dev => 'present', venv => 'present',