cargo fmt

This commit is contained in:
Matthias 2021-09-03 02:09:30 +02:00
parent 82652a69d5
commit 87fd90f2fc

View file

@ -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,