Commit 6d7ced4a2311eeff037c5575cca1868a6d3f586f
Committed by
Dale Hamel
1 parent
1875141a
Exists in
spb-stable
and in
3 other branches
Whitespace fixes to patch
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
lib/gitlab/popen.rb
1 | - | ||
2 | require 'fileutils' | 1 | require 'fileutils' |
3 | 2 | ||
4 | module Gitlab | 3 | module Gitlab |
@@ -8,7 +7,7 @@ module Gitlab | @@ -8,7 +7,7 @@ module Gitlab | ||
8 | options = { chdir: path } | 7 | options = { chdir: path } |
9 | 8 | ||
10 | unless File.directory?(path) | 9 | unless File.directory?(path) |
11 | - FileUtils.mkdir_p(path) | 10 | + FileUtils.mkdir_p(path) |
12 | end | 11 | end |
13 | 12 | ||
14 | @cmd_output = "" | 13 | @cmd_output = "" |