Skip to content

Commit

Permalink
fixed fmt issues and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Arteiii committed Feb 6, 2025
1 parent 6ea16f3 commit 61da5be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ Options:
Set the output display mode. Determines how results are presented in the terminal
[default: color]
[possible values: plain, color, emoji]
[possible values: plain, color, emoji, task]
-f, --format <FORMAT>
Output format of final status report
Expand Down
4 changes: 1 addition & 3 deletions lychee-bin/src/formatters/response/task.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use lychee_lib::ResponseBody;
use super::ResponseFormatter;

use lychee_lib::ResponseBody;

pub(crate) struct TaskFormatter;

Expand Down Expand Up @@ -83,4 +82,3 @@ mod task_tests {
);
}
}

0 comments on commit 61da5be

Please sign in to comment.