From 44ec835191efc0a53db3a952d3db875841fb0c7d Mon Sep 17 00:00:00 2001 From: Fraser Savage Date: Fri, 19 May 2023 14:02:56 +0100 Subject: [PATCH] docs: formatting fix of doc comment Co-authored-by: Andrew Lamb --- influxdb_iox/src/commands/debug/wal/regenerate_lp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/influxdb_iox/src/commands/debug/wal/regenerate_lp.rs b/influxdb_iox/src/commands/debug/wal/regenerate_lp.rs index 41b522a98d..bb92ac9d51 100644 --- a/influxdb_iox/src/commands/debug/wal/regenerate_lp.rs +++ b/influxdb_iox/src/commands/debug/wal/regenerate_lp.rs @@ -16,7 +16,7 @@ pub struct Config { input: PathBuf, /// The directory to write regenerated line protocol to. Creates the directory - ///if it does not exist. + /// if it does not exist. /// /// When unspecified the line protocol is written to stdout #[clap(long, short, value_parser)]