mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Fix clippy lint in new unit test
This commit is contained in:
parent
9cdc1ebf66
commit
6d0a820cdd
1 changed files with 1 additions and 0 deletions
|
@ -2206,6 +2206,7 @@ mod tests {
|
|||
cell_height: 3.0,
|
||||
padding_x: 0.0,
|
||||
padding_y: 0.0,
|
||||
dpr: 1.0
|
||||
};
|
||||
let config: Config = Default::default();
|
||||
let mut term: Term = Term::new(&config, size);
|
||||
|
|
Loading…
Reference in a new issue