From 9828c8f99aec32fcaae11fc1776ccead237849f8 Mon Sep 17 00:00:00 2001 From: Maarten Coene <4728619+maartenc@users.noreply.github.com> Date: Wed, 18 Dec 2024 17:46:10 +0100 Subject: [PATCH] Fix indentation --- asciidoc/use/buildlist.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/asciidoc/use/buildlist.adoc b/asciidoc/use/buildlist.adoc index b32d875b..af36d271 100644 --- a/asciidoc/use/buildlist.adoc +++ b/asciidoc/use/buildlist.adoc @@ -87,7 +87,7 @@ This element takes the following attributes: + * `organisation`: the organisation of the root module (defaults to *) + * `module`: the name of the root module (defaults to *) + * `revision`: the revision of the root module (defaults to *) + -* `branch`: the branch of the root module (default to *) +* `branch`: the branch of the root module (default to *) + * `file`: a specific ivy.xml file to use as root module|0..n |leaf|(*__since 2.5__*) Declares a leaf module. @@ -95,7 +95,7 @@ This element takes the following attributes: + * `organisation`: the organisation of the leaf module (defaults to *) + * `module`: the name of the leaf module (defaults to *) + * `revision`: the revision of the leaf module (defaults to *) + -* `branch`: the branch of the leaf module (default to *) +* `branch`: the branch of the leaf module (default to *) + * `file`: a specific ivy.xml file to use as leaf module|0..n |=======