Skip to content

Commit 59da18d

Browse files
committed
rustfmt
1 parent adb0715 commit 59da18d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/tests/krate.rs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1599,12 +1599,8 @@ fn publish_after_removing_documentation() {
15991599

16001600
// 2. Add documentation
16011601
{
1602-
let mut req = ::new_req_with_documentation(
1603-
Arc::clone(&app),
1604-
"docscrate",
1605-
"0.2.1",
1606-
"http://foo.rs",
1607-
);
1602+
let mut req =
1603+
::new_req_with_documentation(Arc::clone(&app), "docscrate", "0.2.1", "http://foo.rs");
16081604
::sign_in_as(&mut req, &user);
16091605
let mut response = ok_resp!(middle.call(&mut req));
16101606
let json: GoodCrate = ::json(&mut response);

0 commit comments

Comments
 (0)