create-node.lua: Adjust style

This commit is contained in:
Ashok Sidipotu
2022-08-10 11:32:31 +05:30
committed by Julian Bouzas
parent cc36ea2fac
commit 074294568b

View File

@@ -133,7 +133,7 @@ AsyncEventHook {
props = {} props = {}
props ["event.subject.type"] = "linkable" props ["event.subject.type"] = "linkable"
EventDispatcher.push_event { type = "object-added", EventDispatcher.push_event { type = "object-added",
priority = 50, properties = props, subject = item} priority = 50, properties = props, subject = item }
end, end,
}, },
}, },