Skip to content

Commit fb35c1d

Browse files
committed
Fix formatting
1 parent 8eaa93f commit fb35c1d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

newIDE/app/src/Utils/VariablesUtils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ export const makeObjectGroupMergedVariablesContainer = (
5353
objectsContainersList: gdObjectsContainersList,
5454
objectGroup: gdObjectGroup
5555
): gdVariablesContainer => {
56-
5756
// `gd.ObjectRefactorer.mergeVariableContainers` returns a `VariablesContainer`
5857
// "by value", which means the same C++ instance is shared by every call (it's
5958
// stored in a static variable by the bindings). Keeping it in an editor is

0 commit comments

Comments
 (0)