Skip to content

Commit cce33c6

Browse files
airweenCopilot
andauthored
Cosmetic fix - remove extra space
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 7703160 commit cce33c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/request_body_processor

src/request_body_processor/xml.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class XMLNodes {
6060
// need to stop parsing if the number of arguments reached the limit
6161
xmlParserCtxtPtr parsing_ctx_arg;
6262

63-
explicit XMLNodes (Transaction *transaction);
63+
explicit XMLNodes(Transaction *transaction);
6464
~XMLNodes();
6565
};
6666

0 commit comments

Comments
 (0)