Skip to content

Commit

Permalink
style(tests): fix formatting
Browse files Browse the repository at this point in the history
This commit adds a missing trailing comma.
  • Loading branch information
JKRhb committed May 17, 2024
1 parent 21673a3 commit 6f40ce0
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 6f40ce0

Please sign in to comment.