commit eeaf294928087d5cc96401cabbbcd5e5bda3e8ca
parent 930e1363db1ee91d949e105c35be1c605a35d7df
Author: Hugo Soucy <hugo.soucy@equisoft.com>
Date: Sun, 29 Sep 2019 19:34:13 -0400
Add breaklines
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/plugins/httpd/init.lua b/plugins/httpd/init.lua
@@ -1,5 +1,7 @@
-- httpd.lua
---package.path = package.path .. ";../../?.lua"
+
+package.path = package.path .. ";../../?.lua"
+
local httpd = {}
local httpdmeta = {
__call = function(self, key, vars)
@@ -7,7 +9,6 @@ local httpdmeta = {
end
}
-
local pegasus = require "pegasus"
local path = require "path"