Skip to content

Commit ffc575d

Browse files
committed
Whitespace in spec
1 parent 9e2d9da commit ffc575d

File tree

1 file changed

+6
-6
lines changed
  • spec/support/shared/contexts/msf/util

1 file changed

+6
-6
lines changed

spec/support/shared/contexts/msf/util/exe.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@
6969
def verify_bin_fingerprint(format_hash, bin)
7070
bin.should be_a(String)
7171
fp = IO.popen("file -","w+") do |io|
72-
begin
73-
io.write(bin)
74-
rescue
75-
end
76-
io.close_write
77-
io.read
72+
begin
73+
io.write(bin)
74+
rescue
75+
end
76+
io.close_write
77+
io.read
7878
end
7979
if format_hash[:file_fp]
8080
fp.should =~ format_hash[:file_fp]

0 commit comments

Comments
 (0)