Skip to content

Commit 029d747

Browse files
committed
remove trailing spaces
1 parent e38055e commit 029d747

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ A package (currently just `diff`, but eventually more) of programs related to fi
33
Based on the incomplete diff generator in https://github.com/rust-lang/rust/blob/master/src/tools/compiletest/src/runtest.rs, and made to be compatible with GNU's diff and patch tools.
44

55
```
6-
~/diffutils$ cargo run -- diff -u3 Cargo.lock Cargo.toml
6+
~/diffutils$ cargo run -- diff -u3 Cargo.lock Cargo.toml
77
Finished dev [unoptimized + debuginfo] target(s) in 0.00s
88
Running `target/debug/diff -u3 Cargo.lock Cargo.toml`
9-
--- Cargo.lock
10-
+++ Cargo.toml
9+
--- Cargo.lock
10+
+++ Cargo.toml
1111
@@ -1,39 +1,7 @@
1212
-# This file is automatically @generated by Cargo.
1313
-# It is not intended for manual editing.
@@ -55,4 +55,3 @@ Based on the incomplete diff generator in https://github.com/rust-lang/rust/blob
5555
+ "bin/diff",
5656
]
5757
```
58-

0 commit comments

Comments
 (0)