Skip to content

Commit

Permalink
remove trailing space (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence authored Jun 24, 2024
1 parent 7d4072a commit 0398b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Util/ReleaseNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ protected function stable($title)

protected function matchesVersion($title, $version)
{
return empty($version) || (strstr($title, " $version ") !== false);
return empty($version) || (strstr($title, " $version") !== false);
}

protected function getProjectAttribute($config, $remote, $name)
Expand Down

0 comments on commit 0398b24

Please sign in to comment.