From eb7ada16778426cb2a2b97eed005af3cc9ab2186 Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Wed, 5 Jul 2023 16:47:02 -0600 Subject: [PATCH] docs: remove newline (#13558) --- docs/CONFIGURATION.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/CONFIGURATION.md b/docs/CONFIGURATION.md index 4c6035c7c..e92f0b325 100644 --- a/docs/CONFIGURATION.md +++ b/docs/CONFIGURATION.md @@ -632,7 +632,6 @@ is tested on metrics after they have passed the `tagpass` test. > must be defined at the **end** of the plugin definition, otherwise subsequent > plugin config options will be interpreted as part of the tagpass/tagdrop > tables. - > NOTE: When using the inline table syntax (e.g. `{...}`) the table must exist > in the main plugin definition and not in any sub-table (e.g. > `[[inputs.win_perf_counters.object]]`).