Commit 60e27add authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

perltidy

parent e745151b
Loading
Loading
Loading
Loading
+4 −7
Original line number Diff line number Diff line
@@ -413,10 +413,7 @@ sub handle_request {
		$template = 'json';
	}

	if (
		not( $template ~~ [qw[app infoscreen json multi single text]] )
	  )
	{
	if ( not( $template ~~ [qw[app infoscreen json multi single text]] ) ) {
		$template = 'app';
	}