Commit 6d7ced4a2311eeff037c5575cca1868a6d3f586f

Authored by Dale Hamel
Committed by Dale Hamel
1 parent 1875141a

Whitespace fixes to patch

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
lib/gitlab/popen.rb
1   -
2 1 require 'fileutils'
3 2  
4 3 module Gitlab
... ... @@ -8,7 +7,7 @@ module Gitlab
8 7 options = { chdir: path }
9 8  
10 9 unless File.directory?(path)
11   - FileUtils.mkdir_p(path)
  10 + FileUtils.mkdir_p(path)
12 11 end
13 12  
14 13 @cmd_output = ""
... ...