chore: fix some typos
Signed-off-by: hanghuge <cmoman@outlook.com>
This commit is contained in:
parent
a848e28ff2
commit
728939191e
@ -87,7 +87,7 @@ function check_diff() {
|
|||||||
)
|
)
|
||||||
|
|
||||||
if [ -z "$diff" ]; then
|
if [ -z "$diff" ]; then
|
||||||
echo "no diff detected between rustfmt and the feture branch"
|
echo "no diff detected between rustfmt and the feature branch"
|
||||||
return 0
|
return 0
|
||||||
else
|
else
|
||||||
echo "$diff"
|
echo "$diff"
|
||||||
|
@ -6,4 +6,4 @@ mod one;
|
|||||||
fn main() {println!("Hello, world!");
|
fn main() {println!("Hello, world!");
|
||||||
}
|
}
|
||||||
|
|
||||||
// trailing commet
|
// trailing comment
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
fn foo( /* cooment */
|
fn foo( /* comment */
|
||||||
) {}
|
) {}
|
||||||
|
@ -1 +1 @@
|
|||||||
fn foo(/* cooment */) {}
|
fn foo(/* comment */) {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user