Skip to content

Commit

Permalink
fix: spacing for code samples (#1755)
Browse files Browse the repository at this point in the history
fixes b/152261768, which is used in a lot of samples
  • Loading branch information
sofisl authored Apr 28, 2020
1 parent a30bcbb commit fab87f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iot/manager/manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,7 @@ const sendCommand = async (

try {
const responses = await iotClient.sendCommandToDevice(request);

console.log('Sent command: ', responses[0]);
} catch (err) {
console.error('Could not send command:', err);
Expand Down

0 comments on commit fab87f8

Please sign in to comment.