Skip to content

Commit 3ad5ef2

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent 1355eff commit 3ad5ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/misra/test/rules/RULE-9-5-2/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ int main() {
5454
}
5555

5656
for (auto x :
57-
std::vector<int>{1, 2, 3}) { // NON_COMPLIANT: 2 constructor call to
57+
std::vector<int>{1, 2, 3}) { // NON_COMPLIANT: 2 constructor calls to
5858
// `vector` and `initializer_list`, respectively
5959
}
6060

0 commit comments

Comments
 (0)