style: Fix cargo fmt error re trailing comma
This commit is contained in:
parent
955d1eddcd
commit
dcc6850c51
1 changed files with 1 additions and 1 deletions
|
@ -2148,7 +2148,7 @@ mod test {
|
||||||
extended_options: (),
|
extended_options: (),
|
||||||
alignment: 1,
|
alignment: 1,
|
||||||
#[cfg(feature = "deflate-zopfli")]
|
#[cfg(feature = "deflate-zopfli")]
|
||||||
zopfli_buffer_size: None
|
zopfli_buffer_size: None,
|
||||||
};
|
};
|
||||||
|
|
||||||
// GB18030
|
// GB18030
|
||||||
|
|
Loading…
Add table
Reference in a new issue