menubar.utils.lua - remove "function is_format_supported" by making i… #2601

Removing an end of comment block that got left in by accident
This commit is contained in:
Sorky 2019-01-24 19:46:56 +11:00 committed by GitHub
parent c1f0013699
commit f31fbe1220
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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