]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/postgresql/libraries/postgresql.rb
Rubocop cleanups
[chef.git] / cookbooks / postgresql / libraries / postgresql.rb
index 05bf158f2500413c1146c1a315c9f912d3855a26..0b405e89bc609eaabebd317f75b53d85f1b763dd 100644 (file)
@@ -105,7 +105,7 @@ class Chef
       end
     end
 
-  private
+    private
 
     def parse_acl(acl)
       acl.sub(/^\{(.*)\}$/, "\\1").split(",").each_with_object({}) do |entry, permissions|