Skip to content

Commit 45785eb

Browse files
Fix: Correctly format script header comments
Co-authored-by: parobek <parobek@gmail.com>
1 parent 3a8f275 commit 45785eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/url_logger.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-- @author: RustIRC Contributors
44
-- @version: 1.0.0
55

6-
---[[
6+
--[[
77
URL Logger Script for RustIRC
88
99
Features:
@@ -20,7 +20,7 @@ Usage:
2020
2121
Configuration:
2222
Edit the CONFIG table below to customize behavior
23-
]]---
23+
]]--
2424

2525
-- Configuration
2626
local CONFIG = {

0 commit comments

Comments
 (0)