Commit 6d7ced4a authored by Dale Hamel's avatar Dale Hamel Committed by Dale Hamel

Whitespace fixes to patch

parent 1875141a
require 'fileutils' require 'fileutils'
module Gitlab module Gitlab
...@@ -8,7 +7,7 @@ module Gitlab ...@@ -8,7 +7,7 @@ module Gitlab
options = { chdir: path } options = { chdir: path }
unless File.directory?(path) unless File.directory?(path)
FileUtils.mkdir_p(path) FileUtils.mkdir_p(path)
end end
@cmd_output = "" @cmd_output = ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment