Diff

util/termcolours.lua @ 7199:5846e0bca4ff

util.termcolours: Remove argument from noop function [luacheck]
author Kim Alvefur <zash@zash.se>
date Thu, 25 Feb 2016 22:33:58 +0100
parent 7198:48d167f652ad
child 7203:be8b88ad35a3
line wrap: on
line diff
--- a/util/termcolours.lua	Thu Feb 25 22:33:40 2016 +0100
+++ b/util/termcolours.lua	Thu Feb 25 22:33:58 2016 +0100
@@ -84,7 +84,7 @@
 		end
 	end
 	if not orig_color then
-		function setstyle(style) end
+		function setstyle() end
 	end
 end