Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit 65bb8a7

Browse files
committed
remove unnecessary line breaks
1 parent 1263931 commit 65bb8a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

luadist.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -530,9 +530,9 @@ Usage: luadist [DEPLOYMENT_DIRECTORY] tree [MODULES...] [-VARIABLES...]
530530
else
531531

532532
-- print the dependency tree
533-
local heading = "Dependency tree of '" .. module .. "' (for " .. cfg.arch .. "-" .. cfg.type .. "):"
534-
print("\n\n" .. heading .. "")
535-
print(string.rep("=", #heading) .. "\n\n")
533+
local heading = "Dependency tree for '" .. module .. "' (on " .. cfg.arch .. "-" .. cfg.type .. "):"
534+
print("\n" .. heading .. "")
535+
print(string.rep("=", #heading) .. "\n")
536536

537537
for _, pkg in pairs(dep_manifest) do
538538

0 commit comments

Comments
 (0)