Skip to content

Commit

Permalink
resolve linter
Browse files Browse the repository at this point in the history
  • Loading branch information
BrennenMM7 committed Mar 13, 2024
1 parent 9c7ee0b commit c648cda
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cloud/scope/machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ func (m *MachineScope) InstanceImageSpec() *compute.AttachedDisk {

// MinCPUPlatform returns the min cpu platform for the machine pool.
func (m *MachineScope) MinCPUPlatform() string {

// map of machine types to their respective processors (e2 cannot have a min cpu platform set, so it is not included here)
var processors = map[string]string{
"n1": "Intel Skylake",
Expand Down
1 change: 0 additions & 1 deletion cloud/scope/machinepool.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ func (m *MachinePoolScope) InstanceImageSpec() *compute.AttachedDisk {

// MinCPUPlatform returns the min cpu platform for the machine pool.
func (m *MachinePoolScope) MinCPUPlatform() string {

// map of machine types to their respective processors (e2 cannot have a min cpu platform set, so it is not included here)
var processors = map[string]string{
"n1": "Intel Skylake",
Expand Down

0 comments on commit c648cda

Please sign in to comment.