mirror of
https://github.com/ostreedev/ostree.git
synced 2025-02-07 05:57:58 +03:00
Fix lint in tests
This commit is contained in:
parent
d2e384a39f
commit
bf27ba5dc0
@ -120,7 +120,7 @@ fn copy_file(src: &TestRepo, dest: &TestRepo, obj: &ObjectName) {
|
||||
assert_eq!(out_csum.to_string(), obj.checksum());
|
||||
}
|
||||
|
||||
fn copy_metadata(src: &TestRepo, dest: &TestRepo, obj: &ObjectName) -> () {
|
||||
fn copy_metadata(src: &TestRepo, dest: &TestRepo, obj: &ObjectName) {
|
||||
let data = src
|
||||
.repo
|
||||
.load_variant(obj.object_type(), obj.checksum())
|
||||
|
Loading…
x
Reference in New Issue
Block a user