Diff

util/pubsub.lua @ 9204:c5a81acc1fc3

util.pubsub: Fix whitespace [luacheck]
author Matthew Wild <mwild1@gmail.com>
date Sat, 18 Aug 2018 14:33:49 +0100
parent 9203:c65bfddd3cc5
child 9206:33ee40dc3e25
line wrap: on
line diff
--- 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