[PATCH 16/17] docs: formatsecret: Drop few unneeded empty lines

Peter Krempa posted 17 patches 3 years, 11 months ago
[PATCH 16/17] docs: formatsecret: Drop few unneeded empty lines
Posted by Peter Krempa 3 years, 11 months ago
The examples contain some whitespace and command prompts which just
waste space.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
---
 docs/formatsecret.rst | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/docs/formatsecret.rst b/docs/formatsecret.rst
index a3ffb7c4b9..15b2a221d7 100644
--- a/docs/formatsecret.rst
+++ b/docs/formatsecret.rst
@@ -251,8 +251,6 @@ processing to define the secret:
     UUID                                 Usage
    -----------------------------------------------------------
     718c71bd-67b5-4a2b-87ec-a24e8ca200dc  tls TLS_example
-   #
-

 A secret may also be defined via the
 `virSecretDefineXML <html/libvirt-libvirt-secret.html#virSecretDefineXML>`__
@@ -292,9 +290,6 @@ the steps to be taken. First create a vtpm-secret.xml file:
    ----------------------------------------------------------------------------------------
     6dd3e4a5-1d76-44ce-961f-f119f5aad935   vtpm VTPM_example

-   #
-
-
 A secret may also be defined via the
 `virSecretDefineXML <html/libvirt-libvirt-secret.html#virSecretDefineXML>`__
 API. Once the secret is defined, a secret value will need to be set. The secret
-- 
2.35.1
Re: [PATCH 16/17] docs: formatsecret: Drop few unneeded empty lines
Posted by Ján Tomko 3 years, 11 months ago
On a Monday in 2022, Peter Krempa wrote:
>The examples contain some whitespace and command prompts which just
>waste space.
>
>Signed-off-by: Peter Krempa <pkrempa@redhat.com>
>---
> docs/formatsecret.rst | 5 -----
> 1 file changed, 5 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano