(CONT-773) Rubocop Auto Fixes 1-5
[puppet-modules/puppetlabs-apt.git] / spec / defines / source_spec.rb
index 641089568ed7ffc008e3e812da40d03a5811e023..e5df79febc3f21a3135dc39e6ba96912c11c6b62 100644 (file)
@@ -53,7 +53,7 @@ describe 'apt::source' do
           location: 'hello.there',
           pin: { 'release' => 'wishwash',
                  'explanation' => 'wishwash',
-                 'priority'    => 1001 },
+                 'priority' => 1001 },
         }
       end
 
@@ -114,7 +114,7 @@ describe 'apt::source' do
             'id' => GPG_KEY_ID,
             'server' => 'pgp.mit.edu',
             'content' => 'GPG key content',
-            'source'  => 'http://apt.puppetlabs.com/pubkey.gpg',
+            'source' => 'http://apt.puppetlabs.com/pubkey.gpg',
             'weak_ssl' => true,
           },
           pin: '10',