Changeset

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
parents 7198:48d167f652ad
children 7201:7a8cffafeff0
files util/termcolours.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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