Skip to content

Commit

Permalink
Polishing for formatting
Browse files Browse the repository at this point in the history
Original Pull Request: #4455
  • Loading branch information
sxhinzvc committed Aug 7, 2023
1 parent aca91ff commit 687a2ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1172,7 +1172,7 @@ public Document toDocument() {
enc.append("bsonType", type.toBsonType().value()); // TODO: no samples with type -> is it bson type all the way?
}

if(StringUtils.hasText(algorithm)) {
if (StringUtils.hasText(algorithm)) {
enc.append("algorithm", algorithm);
}

Expand Down

0 comments on commit 687a2ea

Please sign in to comment.