Skip to content

Commit

Permalink
Merge pull request #131 from eclipse-thingweb/add-missing-comma
Browse files Browse the repository at this point in the history
style(tests): add a missing trailing comma
  • Loading branch information
JKRhb authored May 17, 2024
2 parents 21673a3 + 6f40ce0 commit bcdf961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/wot_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ void main() {
"nosec_sc": {"scheme": "nosec"},
},
"security": ["nosec_sc"],
"id": "urn:test"
"id": "urn:test",
};

final wot = await Servient().start();
Expand Down

0 comments on commit bcdf961

Please sign in to comment.