Skip to content

Commit a8686df

Browse files
ewelsclaude
andcommitted
chore: apply cargo fmt
Trailing whitespace cleanup after rebase conflict resolution. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent a31fc4f commit a8686df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/params.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ mod tests {
12141214
let err = p.validate().unwrap_err();
12151215
assert!(err.to_string().contains("RG"));
12161216
}
1217-
1217+
12181218
fn run_rng_seed_override() {
12191219
let p = parse(&["--readFilesIn", "r.fq", "--runRNGseed", "42"]);
12201220
assert_eq!(p.run_rng_seed, 42);

0 commit comments

Comments
 (0)