Skip to content

Commit

Permalink
Merge pull request #913 from edestecd/master
Browse files Browse the repository at this point in the history
Fix trailing comma syntax error
  • Loading branch information
bmjen committed Dec 15, 2016
2 parents f6703c9 + 3b62cf4 commit e305bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/provider/mysql_user/mysql.rb
Expand Up @@ -35,7 +35,7 @@ def self.instances
:max_connections_per_hour => @max_connections_per_hour,
:max_queries_per_hour => @max_queries_per_hour,
:max_updates_per_hour => @max_updates_per_hour,
:tls_options => @tls_options,
:tls_options => @tls_options
)
end
end
Expand Down

0 comments on commit e305bcd

Please sign in to comment.