Skip to content

Commit 838dd78

Browse files
committed
Remove spaces
1 parent cbb2a0f commit 838dd78

File tree

1 file changed

+1
-1
lines changed
  • lib/specinfra/command/darwin/base

1 file changed

+1
-1
lines changed

lib/specinfra/command/darwin/base/file.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def check_is_grouped(file, group)
3434
def get_mode(file)
3535
"stat -f%Lp #{escape(file)}"
3636
end
37-
37+
3838
def get_size(file)
3939
"stat -f %z #{escape(file)}"
4040
end

0 commit comments

Comments
 (0)