mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Fixing trailing semicolon in display_permissions
This commit is contained in:
parent
539da3ba1a
commit
e7458b6086
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ fn display_permissions(metadata: &Metadata) -> String {
|
||||||
fn display_permissions(metadata: &Metadata) -> String {
|
fn display_permissions(metadata: &Metadata) -> String {
|
||||||
use std::os::unix::fs::PermissionsExt;
|
use std::os::unix::fs::PermissionsExt;
|
||||||
|
|
||||||
"xxxxxxxxx".to_string();
|
"xxxxxxxxx".to_string()
|
||||||
}
|
}
|
||||||
|
|
||||||
fn display_item(item: &Path, options: &getopts::Matches) {
|
fn display_item(item: &Path, options: &getopts::Matches) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue