Skip to content

Commit

Permalink
HHH-17772 redesign + unify handling of sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinking committed Feb 29, 2024
1 parent 4ce2d31 commit faec7c1
Show file tree
Hide file tree
Showing 7 changed files with 462 additions and 331 deletions.
Expand Up @@ -159,9 +159,9 @@ boolean enableFetchProfile(StringBuilder declaration, boolean unwrapped) {
}
for ( String profile : fetchProfiles ) {
declaration
.append("\n\t\t\t.enableFetchProfile(")
.append("\t\t\t.enableFetchProfile(")
.append(profile)
.append(")");
.append(")\n");
}
return unwrapped;
}
Expand Down

0 comments on commit faec7c1

Please sign in to comment.