Skip to content

Commit d0efbd6

Browse files
committed
Fix format
1 parent cd43bad commit d0efbd6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • samples/greengrass/basic_discovery

samples/greengrass/basic_discovery/main.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,8 @@ int main(int argc, char *argv[])
239239

240240
// Wait for the discovery process to return actual discovery results, or error if something went wrong.
241241
auto isDiscoverySucceeded = discoveryStatusPromise.get_future().get();
242-
if (!isDiscoverySucceeded) {
242+
if (!isDiscoverySucceeded)
243+
{
243244
return 1;
244245
}
245246

0 commit comments

Comments
 (0)