]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/chef/libraries/subversion.rb
Fix new rubocop warnings
[chef.git] / cookbooks / chef / libraries / subversion.rb
index dec188cec0f4c8eb8ebd5b426fdf9363cd04cbc5..cbcce026a8c772268d8eb9c32ae5d87f7b0848dd 100644 (file)
@@ -29,6 +29,7 @@ class Chef
 
         @repo_attrs ||= svn_info.lines.each_with_object({}) do |line, attrs|
           next unless line =~ SVN_INFO_PATTERN
+
           property = Regexp.last_match[1]
           value = Regexp.last_match[2]
           attrs[property] = value