Skip to content

Commit

Permalink
refactor: remove unneeded exit(0) from example
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Mar 14, 2022
1 parent e2cffc4 commit 6a8df58
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions example/dart_wot_example.dart
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,4 @@ Future<void> main() async {

print("The title of the fetched TD is ${consumedDiscoveredThing.title}.");
print("Done!");

exit(0);
}

0 comments on commit 6a8df58

Please sign in to comment.