From 87fd90f2fce97577bc50dfecd1e64000f4171b80 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 3 Sep 2021 02:09:30 +0200 Subject: [PATCH] cargo fmt --- lychee-bin/src/options.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lychee-bin/src/options.rs b/lychee-bin/src/options.rs index a6f66d1..c0ef15d 100644 --- a/lychee-bin/src/options.rs +++ b/lychee-bin/src/options.rs @@ -158,7 +158,7 @@ pub(crate) struct Config { #[serde(default)] pub(crate) scheme: Vec, - /// Only check local files and block network requests. + /// Only check local files and block network requests. #[structopt(long)] #[serde(default)] pub(crate) offline: bool,