diff --git a/examples/nested-jsbeautifyrc/coldfusion/expected/test.cfc b/examples/nested-jsbeautifyrc/coldfusion/expected/test.cfc
index cc39c3c..d4d1b32 100644
--- a/examples/nested-jsbeautifyrc/coldfusion/expected/test.cfc
+++ b/examples/nested-jsbeautifyrc/coldfusion/expected/test.cfc
@@ -1,96 +1,8 @@
-
+
variables.instance = structNew();
return this;
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- initFormattingRules();
- local.reader = createObject("component", "foo.com.ExcelReader").init(arguments.filepath, arguments.sheetNumber);
- local.data = local
- .reader
- .read(arguments.ignoreColumnPoint, arguments.dataStartRow);
- local.data = local
- .reader
- .fixDateAndNumericColumns(local.data, variables.instance.dateColumns, variables.instance.numberColumns);
- return local.data;
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
\ No newline at end of file
diff --git a/examples/nested-jsbeautifyrc/coldfusion/original/test.cfc b/examples/nested-jsbeautifyrc/coldfusion/original/test.cfc
index 6d2a49f..d1c1d45 100644
--- a/examples/nested-jsbeautifyrc/coldfusion/original/test.cfc
+++ b/examples/nested-jsbeautifyrc/coldfusion/original/test.cfc
@@ -1,64 +1,8 @@
-
-
-
- variables.instance = structNew();
- return this;
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- initFormattingRules();
- local.reader = createObject("component", "foo.com.ExcelReader").init(arguments.filepath, arguments.sheetNumber);
- local.data = local.reader.read(arguments.ignoreColumnPoint, arguments.dataStartRow);
- local.data = local.reader.fixDateAndNumericColumns(local.data, variables.instance.dateColumns, variables.instance.numberColumns);
- return local.data;
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+variables.instance = structNew();
+return this;
+
+
+