From 55ccf1753cfaff490c988a2373f19ad217e42ffa Mon Sep 17 00:00:00 2001 From: Todor Dinev Date: Mon, 13 May 2024 08:22:23 +0200 Subject: [PATCH] Remove space at beginning of line (#4989) --- docs/modules/ROOT/pages/concepts.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/concepts.adoc b/docs/modules/ROOT/pages/concepts.adoc index 76f2183012..670a5d1307 100644 --- a/docs/modules/ROOT/pages/concepts.adoc +++ b/docs/modules/ROOT/pages/concepts.adoc @@ -17,4 +17,4 @@ The `micrometer-core` module aims to have minimal dependencies. It does not requ Use of the xref:concepts/timers.adoc#pause-detection[pause detection] feature requires the https://github.com/LatencyUtils/LatencyUtils[LatencyUtils] dependency to be available on the classpath at runtime. If your application does not use the pause detection feature, you can exclude LatencyUtils from your runtime classpath. - If you use xref:concepts/histogram-quantiles.adoc[client-side percentiles], you need https://github.com/HdrHistogram/HdrHistogram[HdrHistogram] on the classpath at runtime. If you do not use client-side percentiles, you may exclude HdrHistogram from your application's runtime classpath. +If you use xref:concepts/histogram-quantiles.adoc[client-side percentiles], you need https://github.com/HdrHistogram/HdrHistogram[HdrHistogram] on the classpath at runtime. If you do not use client-side percentiles, you may exclude HdrHistogram from your application's runtime classpath.