Fix comment indentation in core/connection_db.js

This commit is contained in:
Aaron Dodson
2021-07-19 14:33:15 -07:00
parent f2ca659447
commit a8cba441e7

View File

@@ -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<!ConnectionDB>} Array of databases.
*/
ConnectionDB.init = function(checker) {