From 76a4dfb9a976799317206e40bb85b9c398996863 Mon Sep 17 00:00:00 2001 From: Jacob Helwig Date: Mon, 25 Jun 2018 09:45:54 -0700 Subject: Remove Rubocop Style/TrailingCommaInLiteral violation --- spec/integration/provider/sshkey_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/integration/provider') diff --git a/spec/integration/provider/sshkey_spec.rb b/spec/integration/provider/sshkey_spec.rb index cd1f9bb..770825b 100644 --- a/spec/integration/provider/sshkey_spec.rb +++ b/spec/integration/provider/sshkey_spec.rb @@ -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 -- cgit v1.2.3