From a8cba441e7d2a7766b4b5941a2519ce0e45e61af Mon Sep 17 00:00:00 2001 From: Aaron Dodson Date: Mon, 19 Jul 2021 14:33:15 -0700 Subject: [PATCH] Fix comment indentation in core/connection_db.js --- core/connection_db.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/connection_db.js b/core/connection_db.js index abc47beb3..49bccb504 100644 --- a/core/connection_db.js +++ b/core/connection_db.js @@ -285,7 +285,7 @@ ConnectionDB.prototype.searchForClosest = function(conn, maxRadius, dxy) { * Initialize a set of connection DBs for a workspace. * @param {!IConnectionChecker} checker The workspace's * connection checker, used to decide if connections are valid during a - * drag. + * drag. * @return {!Array} Array of databases. */ ConnectionDB.init = function(checker) {