Skip to content

Commit

Permalink
chore: revert dummy test
Browse files Browse the repository at this point in the history
  • Loading branch information
ariwk committed Aug 26, 2024
1 parent 2cf2f7b commit fef509b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ public static String getProjectFromScope(@NotNull String scope) {
Matcher matcher = pattern.matcher(scope);
if (matcher.matches()) {
return matcher.group(1); // project
} else {
return null;
}
}
return null;
Expand Down

0 comments on commit fef509b

Please sign in to comment.