From 49902fec3967954ff554b40d49dee3ab18878d35 Mon Sep 17 00:00:00 2001 From: samanhappy Date: Thu, 30 Mar 2023 03:07:53 +0800 Subject: [PATCH] remove unnecessary characters in contributing.md (#92429) Co-authored-by: Stuart Tettemer --- CONTRIBUTING.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 83a5df1c216d..c0b3279bffc5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -69,9 +69,8 @@ cycle. * Lines that are not part of your change should not be edited (e.g. don't format unchanged lines, don't reorder existing imports) * Add the appropriate [license headers](#license-headers) to any new files -* For contributions involving the elasticsearch build you can find (details about the build setup in the - [BUILDING](BUILDING.md) file) - +* For contributions involving the elasticsearch build you can find details about the build setup in the + [BUILDING](BUILDING.md) file ### Submitting your changes