Skip to content

Commit 8e2ff1b

Browse files
committed
Format
1 parent 0e7eb75 commit 8e2ff1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/checkclass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1177,7 +1177,7 @@ void CheckClass::uninitVarError(const Token *tok, bool isprivate, FunctionType f
11771177
if (functionType == FunctionType::eCopyConstructor)
11781178
message += "copy ";
11791179
else if (functionType == FunctionType::eMoveConstructor)
1180-
message += "move ";
1180+
message += "move ";
11811181
message += "constructor.";
11821182
}
11831183
if (derived)

0 commit comments

Comments
 (0)