summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2025-03-28 06:39:44 +0100
committerBirte Kristina Friesel <derf@finalrewind.org>2025-03-28 06:39:44 +0100
commit0bbaa76350fca4549d29617bce28c1263daa8cec (patch)
treeec9d82d80ae530bf576697d3529759a241a7b05c /lib
parent68086be3a8c996486d9cbdec0b7f5e3d2dc01750 (diff)
perltidy
Diffstat (limited to 'lib')
-rwxr-xr-xlib/Travelynx.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Travelynx.pm b/lib/Travelynx.pm
index ac45be6..0d3b66d 100755
--- a/lib/Travelynx.pm
+++ b/lib/Travelynx.pm
@@ -953,8 +953,7 @@ sub startup {
}
if ( not $user->{checked_in} and not $user->{cancelled} ) {
- return $promise->resolve( 0,
- 'You are not checked in' );
+ return $promise->resolve( 0, 'You are not checked in' );
}
if ( $dep_eva and $dep_eva != $user->{dep_eva} ) {