]> gitweb.fluxo.info Git - puppet-sshkeys_core.git/commitdiff
Remove Rubocop Style/TrailingCommaInLiteral violation
authorJacob Helwig <jacob@technosorcery.net>
Mon, 25 Jun 2018 16:45:54 +0000 (09:45 -0700)
committerJacob Helwig <jacob@technosorcery.net>
Mon, 25 Jun 2018 18:26:53 +0000 (11:26 -0700)
spec/integration/provider/sshkey_spec.rb

index cd1f9bb191aaa8010305f0036fdb2f43a1a37e36..770825b4a94ed10c881cf215aee23125cd0b0819 100644 (file)
@@ -85,7 +85,7 @@ describe Puppet::Type.type(:sshkey).provider(:parsed), unless: Puppet.features.m
     aliases = {
       'dsa'     => 'ssh-dss',
       'ed25519' => 'ssh-ed25519',
-      'rsa'     => 'ssh-rsa'
+      'rsa'     => 'ssh-rsa',
     }
     types.each do |type|
       it "should update an entry with #{type} type" do