Commit Diff


commit - a0e32af22b75afa11c6fc5676a20513a16b2036a
commit + 6b4b0a36a5899117de558c34f68cf2ab456d6db2
blob - d1fb393fbccab5dc7b524a02db721d2cdcc01a3b
blob + ed88e48ba660bb1c4c0084237d405274c3081636
--- plass
+++ plass
@@ -98,7 +98,7 @@ sub edit {
 	my $newtime = (stat($tempfile))[9];
 	if ($oldtime == $newtime) {
 		say STDERR "no changes made.";
-		return
+		return;
 	}
 
 	open(STDOUT, '>', $epath) or die "can't redirect stdout: $!";