Skip to content

uucore: fix style in tests #5786

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 5, 2024
Merged

Conversation

samueltardieu
Copy link
Contributor

  • Path::new() returns a &Path and does not need to be dereferenced
  • Some types can be deduced from the context and are well visible already (parse_size_u128() or from_bytes())

- `Path::new()` returns a `&Path` and does not need to be dereferenced
- Some types can be deduced from the context and are well visible
  already (`parse_size_u128()` or `from_bytes()`)
@uutils uutils deleted a comment from github-actions bot Jan 5, 2024
@sylvestre sylvestre merged commit e341759 into uutils:main Jan 5, 2024
@samueltardieu samueltardieu deleted the style-fixes branch January 10, 2024 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants