Skip to content

Commit b17b18f

Browse files
committed
Cleanup formatting for VLANFirewall
1 parent 03543ed commit b17b18f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

lib/softlayer/VLANFirewall.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module SoftLayer
1717
# As a result, instances of this class correspond to certain instances
1818
# in the SoftLayer_Network_Vlan service.
1919
#
20-
class VLANFirewall < SoftLayer::ModelBase
20+
class VLANFirewall < SoftLayer::ModelBase
2121
include ::SoftLayer::DynamicAttribute
2222

2323
##
@@ -219,7 +219,6 @@ def self.find_firewalls(client = nil)
219219
vlan_firewalls.collect { |firewall_data| SoftLayer::VLANFirewall.new(softlayer_client, firewall_data)}
220220
end
221221

222-
223222
#--
224223
# Methods for the SoftLayer model
225224
#++
@@ -277,4 +276,4 @@ def self.default_rules_mask_keys
277276
'version']
278277
end
279278
end # class Firewall
280-
end # module SoftLayer
279+
end # module SoftLayer

0 commit comments

Comments
 (0)