From 9eda046093639bd46aa77d554e7e8aa90a5c1d18 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Thu, 25 Feb 2016 22:33:58 +0100 Subject: util.termcolours: Remove argument from noop function [luacheck] --- util/termcolours.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/termcolours.lua') diff --git a/util/termcolours.lua b/util/termcolours.lua index e99294a4..279ff601 100644 --- a/util/termcolours.lua +++ b/util/termcolours.lua @@ -84,7 +84,7 @@ if windows then end end if not orig_color then - function setstyle(style) end + function setstyle() end end end -- cgit v1.2.3