# HG changeset patch # User Matthew Wild # Date 1534599229 -3600 # Node ID c5a81acc1fc3192ea419c17e1fcaf471061a9417 # Parent c65bfddd3cc500d682d8db746eebc83f2386e128 util.pubsub: Fix whitespace [luacheck] diff -r c65bfddd3cc5 -r c5a81acc1fc3 util/pubsub.lua --- a/util/pubsub.lua Sat Aug 18 14:30:14 2018 +0100 +++ b/util/pubsub.lua Sat Aug 18 14:33:49 2018 +0100 @@ -602,7 +602,7 @@ if not self.nodes[node] then return false, "item-not-found"; end - + -- Returns success, id, item return true, self.data[node]:tail(); end