Skip to content

Commit 684a338

Browse files
committed
whitespace
1 parent 3d21b14 commit 684a338

File tree

1 file changed

+1
-1
lines changed
  • tests/testsuite/init/ignores_failure_to_format_source/out/src

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)