remove extra spacing

master
h00die 2019-03-23 07:34:22 -04:00
parent aada613cff
commit 82a791369e
1 changed files with 1 additions and 1 deletions

View File

@ -531,7 +531,7 @@ class Creds
end
if output_file.nil?
print_line(tbl.to_s)
print_line(tbl.to_s)
else
if output_file.end_with? '.jtr'
hashlist = ::File.open(output_file, "wb")