Skip to content

Commit 8b3b014

Browse files
bjh7242zimmerle
authored andcommitted
updated transformation file to include removeWhitespace transformation
1 parent 883b804 commit 8b3b014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actions/transformations/transformation.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Transformation* Transformation::instantiate(std::string a) {
9898
IF_MATCH(removeCommentsChar) { return new RemoveCommentsChar(a); }
9999
IF_MATCH(remove_comments) { return new RemoveComments(a); }
100100
IF_MATCH(removeNulls) { return new RemoveNulls(a); }
101-
IF_MATCH(remove_whitespace) { return new RemoveWhitespace(a); }
101+
IF_MATCH(removeWhitespace) { return new RemoveWhitespace(a); }
102102
IF_MATCH(compressWhitespace) { return new CompressWhitespace(a); }
103103
IF_MATCH(replaceComments) { return new ReplaceComments(a); }
104104
IF_MATCH(replaceNulls) { return new ReplaceNulls(a); }

0 commit comments

Comments
 (0)