mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
clang-format core/variable_model.js
This commit is contained in:
@@ -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));
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user