From f31fbe12208a145e8be7349134a53001c4e488da Mon Sep 17 00:00:00 2001 From: Sorky <43520033+Sorky@users.noreply.github.com> Date: Thu, 24 Jan 2019 19:46:56 +1100 Subject: [PATCH] =?UTF-8?q?menubar.utils.lua=20-=20remove=20"function=20is?= =?UTF-8?q?=5Fformat=5Fsupported"=20by=20making=20i=E2=80=A6=20#2601?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removing an end of comment block that got left in by accident --- spec/menubar/utils_spec.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/menubar/utils_spec.lua b/spec/menubar/utils_spec.lua index aca4c5759..fecee3388 100644 --- a/spec/menubar/utils_spec.lua +++ b/spec/menubar/utils_spec.lua @@ -134,7 +134,6 @@ describe("menubar.utils lookup_icon_uncached", function() assert.is_false(utils.lookup_icon_uncached('png')) -- file does not exist assert.is_false(utils.lookup_icon_uncached('icon9')) -- file does not exist end) ---]] end) -- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80