Skip to content

Commit 754a5bf

Browse files
committedMay 27, 2022
whitespace 2
1 parent 684a338 commit 754a5bf

File tree

2 files changed

+2
-2
lines changed
  • src/cargo/ops
  • tests/testsuite/init/ignores_failure_to_format_source/out/src

2 files changed

+2
-2
lines changed
 

‎src/cargo/ops/cargo_new.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ pub fn add(left: usize, right: usize) -> usize {
816816
#[cfg(test)]
817817
mod tests {
818818
use super::*;
819-
819+
820820
#[test]
821821
fn it_works() {
822822
let result = add(2, 2);

‎tests/testsuite/init/ignores_failure_to_format_source/out/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pub fn add(left: usize, right: usize) -> usize {
55
#[cfg(test)]
66
mod tests {
77
use super::*;
8-
8+
99
#[test]
1010
fn it_works() {
1111
let result = add(2, 2);

0 commit comments

Comments
 (0)
Please sign in to comment.