mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
Fix code format
This commit is contained in:
@@ -1026,11 +1026,10 @@ sub go
|
||||
|
||||
if (scalar(@module_help)) {
|
||||
talk_log(
|
||||
("" . GREEN . " .. Found help files to process" .
|
||||
RESET . " \n - @{[join(\"\n - \", @module_help_info)]}"
|
||||
),
|
||||
$data,
|
||||
1);
|
||||
"".GREEN." .. Found help files to process".RESET."\n" .
|
||||
" - " . join("\n - ", @module_help_info),
|
||||
$data,
|
||||
1);
|
||||
}
|
||||
|
||||
# Store template files
|
||||
|
||||
Reference in New Issue
Block a user