Skip to content

Commit 558db37

Browse files
committed
[squash] fix lint
1 parent 2962340 commit 558db37

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/logging/src/metadata.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Metadata.getGKEDescriptor = function(projectId, callback) {
112112
cluster_name: clusterName,
113113
project_id: projectId
114114
}
115-
})
115+
});
116116
});
117117
};
118118

packages/logging/test/metadata.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var proxyquire = require('proxyquire');
2323
var instanceValueOverride;
2424
var fakeGcpMetadata = {
2525
instance: function(path, cb) {
26-
setImmediate(function () {
26+
setImmediate(function() {
2727
cb(null, null, instanceValueOverride || 'fake-instance-value');
2828
});
2929
}

0 commit comments

Comments
 (0)