Skip to content

Commit db071d3

Browse files
committed
Fix formatting
1 parent d183a9d commit db071d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/autosar/test/rules/A1-1-1/CStandardLibraryHeadersAreDeprecated.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
#include <wchar.h> // NON_COMPLIANT
2525
#include <wctype.h> // NON_COMPLIANT
2626

27-
#include <cassert> // COMPLIANT
27+
#include <cassert> // COMPLIANT
2828
#include <stdnoreturn.h> // COMPLIANT

0 commit comments

Comments
 (0)