Skip to content

Commit 819b765

Browse files
committed
remove stray line
1 parent 1733616 commit 819b765

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/code-generation/generator/src/main/resources/com/amazonaws/util/awsclientgenerator/velocity/cpp/json/JsonErrorMarshallerHeader.vm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ namespace ${serviceNamespace}
2121
class ${CppViewHelper.computeExportValue($metadata.classNamePrefix)} $className : public Aws::Client::JsonErrorMarshaller
2222
{
2323
public:
24-
2524
#if ($metadata.awsQueryCompatible)
2625
explicit $className(bool queryCompatibilityMode) : Aws::Client::JsonErrorMarshaller(queryCompatibilityMode){}
2726
#end

0 commit comments

Comments
 (0)