Fix code style in Msf::ServiceState

MSP-11124
bug/bundler_fix
Luke Imhoff 2014-10-08 13:52:42 -05:00
parent 46156fbbc6
commit 6b3d70ce00
No known key found for this signature in database
GPG Key ID: 5B1FB01FB33356F8
1 changed files with 1 additions and 5 deletions

View File

@ -1,11 +1,7 @@
###
#
# The states that a service can be in.
#
###
module Msf::ServiceState
Open = "open"
Closed = "closed"
Filtered = "filtered"
Open = "open"
Unknown = "unknown"
end