clang-format core/input.js

This commit is contained in:
Aaron Dodson
2021-07-23 09:56:17 -07:00
parent f59da974b4
commit 761eec2b69

View File

@@ -205,7 +205,7 @@ Input.prototype.setVisible = function(visible) {
}
if (this.connection) {
this.connection =
/** @type {!RenderedConnection} */ (this.connection);
/** @type {!RenderedConnection} */ (this.connection);
// Has a connection.
if (visible) {
renderList = this.connection.startTrackingAll();