mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
util.pubsub: Fix whitespace [luacheck]
This commit is contained in:
parent
6e48cd5ece
commit
0a0695d96b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue