Skip to content

Commit 8f6d399

Browse files
committed
Consistent blank lines
1 parent 007b0e6 commit 8f6d399

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: xtask/src/main.rs

-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ fn cargo_test() -> Result<()> {
8181
if !status.success() {
8282
return Err("mdbook-spec test failed".into());
8383
}
84-
8584
Ok(())
8685
}
8786

@@ -103,6 +102,5 @@ fn linkcheck(args: impl Iterator<Item = String>) -> Result<()> {
103102
if !status.success() {
104103
return Err("linkcheck failed".into());
105104
}
106-
107105
Ok(())
108106
}

0 commit comments

Comments
 (0)