Removed space in print_line call

git-svn-id: file:///home/svn/framework3/trunk@13900 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Carlos Perez 2011-10-12 23:28:02 +00:00
parent fccda688a6
commit 258094046a
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ class Plugin::Editor < Msf::Plugin
# This method handles the edit command.
#
def cmd_edit(*args)
print_line ("Launching editor...")
print_line("Launching editor...")
e = Rex::Compat.getenv("EDITOR") || "vi"