Skip to content

Commit f8bedb6

Browse files
committed
Code style fixes
1 parent 52cb3bf commit f8bedb6

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

src/Compute/v2/Api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public function postServer()
163163
'availabilityZone' => $this->params->availabilityZone(),
164164
'networks' => $this->params->networks(),
165165
'blockDeviceMapping' => $this->params->blockDeviceMapping(),
166-
'keyName' => $this->params->keyName()
166+
'keyName' => $this->params->keyName()
167167
]
168168
];
169169
}

src/Compute/v2/Params.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -370,13 +370,13 @@ public function networkLabel()
370370
];
371371
}
372372

373-
public function keyName()
374-
{
375-
return [
376-
'type' => self::STRING_TYPE,
377-
'required' => false,
378-
'sentAs' => 'key_name',
379-
'description' => 'The key name',
380-
];
381-
}
373+
public function keyName()
374+
{
375+
return [
376+
'type' => self::STRING_TYPE,
377+
'required' => false,
378+
'sentAs' => 'key_name',
379+
'description' => 'The key name',
380+
];
381+
}
382382
}

0 commit comments

Comments
 (0)