mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-01 12:20:22 +00:00
cargo fmt
This commit is contained in:
parent
82652a69d5
commit
87fd90f2fc
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ pub(crate) struct Config {
|
|||
#[serde(default)]
|
||||
pub(crate) scheme: Vec<String>,
|
||||
|
||||
/// Only check local files and block network requests.
|
||||
/// Only check local files and block network requests.
|
||||
#[structopt(long)]
|
||||
#[serde(default)]
|
||||
pub(crate) offline: bool,
|
||||
|
|
|
|||
Loading…
Reference in a new issue