Skip to content
Snippets Groups Projects
Verified Commit f8933167 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: code format

parent dc51e5d9
No related branches found
No related tags found
1 merge request!54Major improved of zippy format
Pipeline #4796 passed
......@@ -51,11 +51,7 @@ impl Zippy {
Ok(Self {
name,
description,
crc32: if options.crc32 {
crc32(data)
} else {
0xffffff
},
crc32: if options.crc32 { crc32(data) } else { 0xffffff },
data: data.to_vec(),
})
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment