From 9f75b0dc9db53d18ef30390c183beedd7d24c07a Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Fri, 7 Aug 2009 23:23:07 +0200 Subject: Spurious folds removed from helpers. --- helpers.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'helpers.lua') diff --git a/helpers.lua b/helpers.lua index 69ab83c..2f5d47d 100644 --- a/helpers.lua +++ b/helpers.lua @@ -16,7 +16,6 @@ local string = { module("vicious.helpers") --- {{{ Helper functions -- {{{ Format a string with args function format(format, args) for var, val in pairs(args) do @@ -52,4 +51,3 @@ function truncate(text, maxlen) return text end -- }}} --- }}} -- cgit v1.2.3