diff --git a/src/gen-charts.ts b/src/gen-charts.ts
index 37f27396b..4ab0d9407 100644
--- a/src/gen-charts.ts
+++ b/src/gen-charts.ts
@@ -1664,7 +1664,7 @@ function makeCatAxis (opts: IChartOptsLib, axisId: string, valAxisId: string): s
}
// NOTE: Adding Val Axis Formatting if scatter or bubble charts
if (opts._type === CHART_TYPE.SCATTER || opts._type === CHART_TYPE.BUBBLE || opts._type === CHART_TYPE.BUBBLE3D) {
- strXml += ' '
+ strXml += ' '
} else {
strXml += ' '
}