From 6eb8667c3ccb5c9a4d613a881f0711a845cec533 Mon Sep 17 00:00:00 2001 From: Aaron Dodson Date: Thu, 29 Jul 2021 12:55:46 -0700 Subject: [PATCH] clang-format core/variable_model.js --- core/variable_model.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/variable_model.js b/core/variable_model.js index 74bc2b578..2f5936f4e 100644 --- a/core/variable_model.js +++ b/core/variable_model.js @@ -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)); }; /**