We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a88ad2d commit de3fb5dCopy full SHA for de3fb5d
src/main.rs
@@ -260,8 +260,7 @@ fn main() -> Result<()> {
260
.as_ref()
261
.map(|c| c.contains(".."))
262
.unwrap_or(false);
263
- let is_filtered =
264
- args.author.is_some() || args.before.is_some() || args.after.is_some();
+ let is_filtered = args.author.is_some() || args.before.is_some() || args.after.is_some();
265
266
// Load config: CLI arguments > config file > defaults
267
let config = Config::load()?;
0 commit comments