Skip to content

Commit 59d3c7e

Browse files
fix Cargo fmt error
1 parent 1d99ae9 commit 59d3c7e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/bin/server.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ async fn parse_command(
285285
return Err(TransientError::IOError {
286286
error: e
287287
});
288-
},
288+
}
289289
}
290290
},
291291
};
@@ -358,7 +358,7 @@ async fn parse_integer(stream: &mut BufReader<ReadHalf<'_>>) -> Result<u64, Tran
358358
return Err(TransientError::IOError {
359359
error: e
360360
});
361-
},
361+
}
362362
}
363363
},
364364
};
@@ -393,7 +393,7 @@ async fn parse_bulk_string(
393393
return Err(TransientError::IOError {
394394
error: e
395395
});
396-
},
396+
}
397397
}
398398
},
399399
};
@@ -426,7 +426,7 @@ async fn parse_bulk_string(
426426
return Err(TransientError::IOError {
427427
error: e
428428
});
429-
},
429+
}
430430
}
431431
},
432432
};
@@ -443,7 +443,7 @@ async fn parse_bulk_string(
443443
return Err(TransientError::IOError {
444444
error: e
445445
});
446-
},
446+
}
447447
}
448448
},
449449
};

0 commit comments

Comments
 (0)