Fix indentation in Msf::ServiceState

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

View File

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