Skip to content

Commit 37b0f03

Browse files
committed
Cleaned up extraneous whitespace
1 parent 3f0a4bd commit 37b0f03

33 files changed

Lines changed: 8 additions & 64 deletions

lib/softlayer/BareMetalServerOrder.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
# For licensing information see the LICENSE.md file in the project root.
55
#++
66

7-
8-
97
module SoftLayer
108
#
119
# This class allows you to order a Bare Metal Server by providing

lib/softlayer/BareMetalServerOrder_Package.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
# For licensing information see the LICENSE.md file in the project root.
55
#++
66

7-
8-
97
module SoftLayer
108
#
119
# This class is used to order a hardware server using a product package.
@@ -28,7 +26,7 @@ module SoftLayer
2826
class BareMetalServerOrder_Package < Server
2927
# The following properties are required in a server order.
3028

31-
# The product package object (an instance of SoftLayer::ProductPackage) identifying the base
29+
# The product package object (an instance of SoftLayer::ProductPackage) identifying the base
3230
# configuration for the server. A list of Bare Metal Server product packages is returned by
3331
# SoftLayer::ProductPackage.bare_metal_server_packages
3432
attr_reader :package

lib/softlayer/Config.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
# For licensing information see the LICENSE.md file in the project root.
55
#++
66

7-
8-
97
require 'configparser'
108

119
module SoftLayer

lib/softlayer/DynamicAttribute.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
# For licensing information see the LICENSE.md file in the project root.
55
#++
66

7-
8-
97
module SoftLayer
108

119
##

lib/softlayer/ImageTemplate.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,5 +380,5 @@ def self.template_with_global_id(global_id, options_hash = {})
380380
def self.default_object_mask
381381
return "mask[id,accountId,name,note,globalIdentifier,datacenters,blockDevices,tagReferences,publicFlag,flexImageFlag,transactionId,children.transactionId]"
382382
end
383-
end
383+
end
384384
end

lib/softlayer/ModelBase.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
# For licensing information see the LICENSE.md file in the project root.
55
#++
66

7-
8-
97
module SoftLayer
108
##
119
# The SoftLayer Gem defines an Object Hierarchy representing entities in

lib/softlayer/ObjectFilter.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
# For licensing information see the LICENSE.md file in the project root.
55
#++
66

7-
8-
97
module SoftLayer
108
##
119
# An ObjectFilter is a tool that, when passed to the SoftLayer API

lib/softlayer/ObjectMaskParser.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
# For licensing information see the LICENSE.md file in the project root.
55
#++
66

7-
8-
97
require "softlayer/ObjectMaskTokenizer"
108
require "softlayer/ObjectMaskProperty"
119

lib/softlayer/ObjectMaskProperty.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
# For licensing information see the LICENSE.md file in the project root.
55
#++
66

7-
8-
97
module SoftLayer
108
#
119
# A class representing a SoftLayer Object's property as represented

lib/softlayer/ObjectMaskToken.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
# For licensing information see the LICENSE.md file in the project root.
55
#++
66

7-
8-
97
module SoftLayer
108
#
119
# This class is an implementation detail of the Object Mask Parser

0 commit comments

Comments
 (0)