mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +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
|
if not self.nodes[node] then
|
||||||
return false, "item-not-found";
|
return false, "item-not-found";
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Returns success, id, item
|
-- Returns success, id, item
|
||||||
return true, self.data[node]:tail();
|
return true, self.data[node]:tail();
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue