Skip to content

Commit 218f933

Browse files
committed
Fixed spacing
1 parent 9197e70 commit 218f933

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

routes/location.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,10 +396,10 @@ function getK8sCloudMetadata(callback) {
396396
console.log(`RESULT: ${metaData}`);
397397
console.log('No more data in response.');
398398

399-
if (metaData.spec.providerID) {
399+
if (metaData.spec.providerID) {
400400
var provider = metaData.spec.providerID;
401401
cloudName = String(provider.split(":", 1)); // Split on providerID if request was successful
402-
}
402+
}
403403

404404
// use the annotation to identify the zone if available
405405
if (metaData.metadata.labels['failure-domain.beta.kubernetes.io/zone']) {

0 commit comments

Comments
 (0)