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 8, 2023
1 parent a93854f commit 7f64c02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,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 7f64c02

Please sign in to comment.