Skip to content

Commit 4d0e13c

Browse files
KixironJoshua Nelson
authored andcommitted
You really want to do that rustfmt?
1 parent b9094ea commit 4d0e13c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/cratesfyi.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,8 @@ pub fn main() {
333333
.expect("You must give a pattern to remove");
334334
let conn = connect_db().expect("Could not connect to the database");
335335

336-
if let Some(priority) = remove_crate_priority(&conn, pattern)
337-
.expect("Could not remove pattern's priority")
336+
if let Some(priority) =
337+
remove_crate_priority(&conn, pattern).expect("Could not remove pattern's priority")
338338
{
339339
println!("Removed pattern with priority {}", priority);
340340
} else {

0 commit comments

Comments
 (0)