From 012bb8998603e96e577fdf5f4dff134821965f4a Mon Sep 17 00:00:00 2001 From: kozbial Date: Thu, 12 Aug 2021 16:57:12 -0700 Subject: [PATCH] Revert clang-format on comment in core/renderers/zelos/marker_svg.js --- core/renderers/zelos/marker_svg.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/renderers/zelos/marker_svg.js b/core/renderers/zelos/marker_svg.js index e14171db6..0cd8c5dc9 100644 --- a/core/renderers/zelos/marker_svg.js +++ b/core/renderers/zelos/marker_svg.js @@ -114,15 +114,16 @@ MarkerSvg.prototype.hide = function() { * @override */ MarkerSvg.prototype.createDomInternal_ = function() { + /* clang-format off */ /* This markup will be generated and added to the .svgGroup_: + values="transparent;transparent;#fff;transparent" repeatCount="indefinite" /> */ + /* clang-format on */ MarkerSvg.superClass_.createDomInternal_.call(this);