Skip to content

Commit dba31f5

Browse files
committed
style: format tool/conformance.dart
Signed-off-by: Alexander Salas Bastidas <ajsb85@firechip.dev>
1 parent de18630 commit dba31f5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tool/conformance.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ void main(List<String> args) {
4141

4242
check(_toHex(cobsEncode(decoded)) == cobsHex, 'cobs encode $decodedHex');
4343
check(_toHex(cobsrEncode(decoded)) == cobsrHex, 'cobsr encode $decodedHex');
44-
check(_toHex(cobsDecode(_hex(cobsHex))) == decodedHex, 'cobs decode $cobsHex');
44+
check(_toHex(cobsDecode(_hex(cobsHex))) == decodedHex,
45+
'cobs decode $cobsHex');
4546
check(_toHex(cobsrDecode(_hex(cobsrHex))) == decodedHex,
4647
'cobsr decode $cobsrHex');
4748
checked++;

0 commit comments

Comments
 (0)