Skip to content

Commit

Permalink
Remove stray backslash - oops!
Browse files Browse the repository at this point in the history
  • Loading branch information
wvu committed Apr 24, 2019
1 parent b05c6c7 commit ce39b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/msf/base/serializer/readable_text.rb
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ def self.dump_notes(mod, indent = '')
# Handled by dump_traits
next
else
output << "#{name}:\n" \
output << "#{name}:\n"

case val
when Array
Expand Down

0 comments on commit ce39b92

Please sign in to comment.