From 1a83b7584680f48a226d40cc87780d50eeec127c Mon Sep 17 00:00:00 2001 From: kozbial Date: Thu, 22 Jul 2021 10:34:44 -0700 Subject: [PATCH] clang-format core/keyboard_nav/marker.js --- core/keyboard_nav/marker.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/keyboard_nav/marker.js b/core/keyboard_nav/marker.js index 28f905949..654703f7b 100644 --- a/core/keyboard_nav/marker.js +++ b/core/keyboard_nav/marker.js @@ -38,7 +38,8 @@ const Marker = function() { this.curNode_ = null; /** - * The object in charge of drawing the visual representation of the current node. + * The object in charge of drawing the visual representation of the current + * node. * @type {MarkerSvg} * @private */