Skip to content

Commit

Permalink
fix(#2702): diamonds
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Dec 15, 2023
1 parent bf2d123 commit 036215d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -77,7 +77,7 @@ private CommitHashesMap(final Scalar<String> table) {
* @return Map of commit hashes.
*/
private static Map<String, CommitHash> fromTable(final Scalar<String> table) {
return new MapOf<String, CommitHash>(
return new MapOf<>(
new Mapped<>(
rows -> {
final String[] row = CommitHashesMap.WHITESPACE.split(rows.asString());
Expand Down

0 comments on commit 036215d

Please sign in to comment.