Skip to content

Commit fab87f8

Browse files
authored
fix: spacing for code samples (GoogleCloudPlatform#1755)
fixes b/152261768, which is used in a lot of samples
1 parent a30bcbb commit fab87f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

iot/manager/manager.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -845,6 +845,7 @@ const sendCommand = async (
845845

846846
try {
847847
const responses = await iotClient.sendCommandToDevice(request);
848+
848849
console.log('Sent command: ', responses[0]);
849850
} catch (err) {
850851
console.error('Could not send command:', err);

0 commit comments

Comments
 (0)