[latex3-commits] [latex3/l3sys-query] main: Apply suggestions from code review (410bf97)
github at latex-project.org
github at latex-project.org
Mon Mar 18 08:54:16 CET 2024
Repository : https://github.com/latex3/l3sys-query
On branch : main
Link : https://github.com/latex3/l3sys-query/commit/410bf976d624baa638fa06afdf9b85c60b56fdf6
>---------------------------------------------------------------
commit 410bf976d624baa638fa06afdf9b85c60b56fdf6
Author: Joseph Wright <joseph at texdev.net>
Date: Mon Mar 18 07:54:09 2024 +0000
Apply suggestions from code review
Co-authored-by: Yukai Chou <muzimuzhi at gmail.com>
>---------------------------------------------------------------
410bf976d624baa638fa06afdf9b85c60b56fdf6
l3sys-query.lua | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/l3sys-query.lua b/l3sys-query.lua
index 67a10fa..547b374 100755
--- a/l3sys-query.lua
+++ b/l3sys-query.lua
@@ -527,11 +527,11 @@ end
-- Execute the given command
--
if cmd == "help" then
-help()
-exit(0)
+ help()
+ exit(0)
elseif cmd == "version" then
-version()
-exit(0)
+ version()
+ exit(0)
-- Only 'known' commands do anything at all
elseif not cmd_impl[cmd] then
if cmd == "" then
More information about the latex3-commits
mailing list.