Skip to content

Commit e52a215

Browse files
committed
Whoops, missing semi
1 parent 4811e59 commit e52a215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Whateverable.pm6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ method to-full-commit($commit) {
8383
= self.get-output(git, rev-list, -1, $commit); # use rev-list to handle tags
8484

8585
return if $exit-status != 0;
86-
return $result
86+
return $result;
8787

8888
LEAVE chdir $old-dir;
8989
}

0 commit comments

Comments
 (0)