Skip to content

Commit 1508be6

Browse files
committed
Fix whitespace in lib/msf/ui/banner.rb for rapid7#4073
2 parents 626cd55 + 7f66d18 commit 1508be6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/msf/ui/banner.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ module Ui
88
#
99
###
1010
module Banner
11+
1112
#
1213
# Returns a specific metasploit logo. If the specified file is a relative path
1314
# then the file will be searched for first in the included local directory,
@@ -39,6 +40,7 @@ def self.to_s
3940
return self.readfile ENV['MSFLOGO'] if ENV['MSFLOGO']
4041

4142
logos = []
43+
4244
# Easter egg (always a cow themed logo): export/set GOCOW=1
4345
if ENV['GOCOW']
4446
logos.concat(Dir.glob(::Msf::Config.logos_directory + File::SEPARATOR + 'cow*.txt'))

0 commit comments

Comments
 (0)