summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLTREE.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/TeXLive/TLTREE.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLTREE.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/Master/tlpkg/TeXLive/TLTREE.pm b/Master/tlpkg/TeXLive/TLTREE.pm
index 09599571ac1..5b67de191d1 100644
--- a/Master/tlpkg/TeXLive/TLTREE.pm
+++ b/Master/tlpkg/TeXLive/TLTREE.pm
@@ -13,9 +13,7 @@ if ($svnrev =~ m/: ([0-9]+) /) {
} else {
$_modulerevision = "unknown";
}
-sub module_revision {
- return $_modulerevision;
-}
+sub module_revision { return $_modulerevision; }
use TeXLive::TLUtils;