From 0a0695d96bce2a3e4c5edaeb6ace2e2d3b47546b Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sat, 18 Aug 2018 14:33:49 +0100 Subject: util.pubsub: Fix whitespace [luacheck] --- util/pubsub.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/pubsub.lua b/util/pubsub.lua index 72f7f5a7..b4b9ada9 100644 --- a/util/pubsub.lua +++ b/util/pubsub.lua @@ -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 -- cgit v1.2.3