util.pubsub: Fix whitespace [luacheck]

This commit is contained in:
Matthew Wild 2018-08-18 14:33:49 +01:00
parent 6e48cd5ece
commit 0a0695d96b

View file

@ -602,7 +602,7 @@ function service:get_last_item(node, actor)
if not self.nodes[node] then
return false, "item-not-found";
end
-- Returns success, id, item
return true, self.data[node]:tail();
end