util.pubsub: Fix whitespace [luacheck]
authorMatthew Wild <mwild1@gmail.com>
Sat, 18 Aug 2018 14:33:49 +0100
changeset 9207 c5a81acc1fc3
parent 9206 c65bfddd3cc5
child 9208 2e710b618440
util.pubsub: Fix whitespace [luacheck]
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