clang-format core/variable_model.js

This commit is contained in:
Aaron Dodson
2021-07-29 12:55:46 -07:00
parent 0a6893706f
commit 6eb8667c3c

View File

@@ -67,8 +67,7 @@ const VariableModel = function(workspace, name, opt_type, opt_id) {
*/
this.id_ = opt_id || utils.genUid();
Events.fire(new (Events.get(Events.VAR_CREATE))(
this));
Events.fire(new (Events.get(Events.VAR_CREATE))(this));
};
/**