Commit: 44f173e8bf4277bcd91a86af951a68abe97cf1d4 Parent: 8c7c7c39a92c0ba895d19bb3e17303ae2a9133d2 Author: Ren Tatsumoto Date: Fri, 11 Sep 2020 11:03:21 +0300 spacing Diffstat:
| M | subs2srs.lua | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/subs2srs.lua b/subs2srs.lua @@ -815,7 +815,7 @@ OSD = {} OSD.__index = OSD function OSD:new() - return setmetatable({text=''}, self) + return setmetatable({ text = '' }, self) end function OSD:append(s)