Skip to content

Commit

Permalink
fix: Lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Nukesor committed May 1, 2023
1 parent f87a5e2 commit 68c93c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pueue/src/client/display/log/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pub fn print_logs(
panic!("Got wrong Subcommand {cli_command:?} in print_log. This shouldn't happen");
};

let lines = determine_log_line_amount(*full, &lines);
let lines = determine_log_line_amount(*full, lines);

// Return the server response in json representation.
if *json {
Expand Down

0 comments on commit 68c93c6

Please sign in to comment.