Skip to content

Commit

Permalink
fix: Add size and position options to Opts struct in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
kokoISnoTarget committed Mar 27, 2024
1 parent a3699da commit f7889e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/opts/tests/parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ impl Opts {
keybindings: Default::default(),
color_scheme: None,
metrics: Default::default(),
size: None,
position: None,
}
}
}
Expand Down

0 comments on commit f7889e0

Please sign in to comment.