aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-09-02 12:25:42 +0200
committerJonas Smedegaard <dr@jones.dk>2024-09-02 12:25:42 +0200
commit90acc299abf502f2e309661996f7ee43a03358e2 (patch)
treee4a7eb34c4b3920f29b1aa0fafb4a4c401b39360
parent270d40236d161c204646da4f8be53f467e108fc6 (diff)
tidy
-rwxr-xr-xbin/events2semesterplan.pl6
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/events2semesterplan.pl b/bin/events2semesterplan.pl
index 68e695b..9d20957 100755
--- a/bin/events2semesterplan.pl
+++ b/bin/events2semesterplan.pl
@@ -171,8 +171,10 @@ my $tempdir = tempdir( CLEANUP => !$log->is_debug );
my $srcfile = $tempdir->child('plan.tex');
my $pdffile = $tempdir->child('plan.pdf');
if ( $log->is_debug ) {
- $log->warnf( '[debug] temporary directory %s will not be cleaned',
- $tempdir );
+ $log->warnf(
+ '[debug] temporary directory %s will not be cleaned',
+ $tempdir
+ );
}
$srcfile->append_utf8($content_plan);