Skip to content

Commit 6b22ff4

Browse files
committed
Add linting for test new case
1 parent fa973f2 commit 6b22ff4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_types_structure.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,8 @@ def test_structure_definition_newline(cs: cstruct, compiled: bool) -> None:
769769
char magic[4
770770
];
771771
772-
wchar wmagic[4];
772+
wchar wmagic[4
773+
];
773774
uint8 a;
774775
uint16 b;
775776
uint32 c;

0 commit comments

Comments
 (0)