1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 04:57:45 +00:00

chores: run cargo +1.40.0 fmt

Apparently fmt from 1.40.0 is a bit more strict in some places

Let me know if this is worthwhile merging :)
This commit is contained in:
ReggaeMuffin 2021-04-02 10:56:49 +01:00
parent de6aa69259
commit 2eb32d845e
No known key found for this signature in database
GPG key ID: B7A56D7FE881B7C5
13 changed files with 94 additions and 95 deletions

2
Cargo.lock generated
View file

@ -2181,7 +2181,7 @@ dependencies = [
name = "uu_relpath"
version = "0.0.4"
dependencies = [
"getopts",
"clap",
"uucore",
"uucore_procs",
]