diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-11-24 16:25:25 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-11-24 16:25:25 +0300 |
commit | 6e05e4079170efb84db25db6ca8f25886ab379d4 (patch) | |
tree | 39dcbb83042ff9c9a5d1a1125d6a49da9c4a8a52 /tests/common | |
parent | d8a054e8ce3b7d003cdb5f3062ffa04eb76ac3d7 (diff) |
Remove redundant space before multi-line manifest value introducer in test manifests
Diffstat (limited to 'tests/common')
-rw-r--r-- | tests/common/hello/libhello-1.0.0.tar.gz | bin | 2448 -> 2458 bytes | |||
-rw-r--r-- | tests/common/libhello-1.0.0/manifest | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/common/hello/libhello-1.0.0.tar.gz b/tests/common/hello/libhello-1.0.0.tar.gz Binary files differindex fa71182..12c2354 100644 --- a/tests/common/hello/libhello-1.0.0.tar.gz +++ b/tests/common/hello/libhello-1.0.0.tar.gz diff --git a/tests/common/libhello-1.0.0/manifest b/tests/common/libhello-1.0.0/manifest index 1fdd50c..1cb2ae0 100644 --- a/tests/common/libhello-1.0.0/manifest +++ b/tests/common/libhello-1.0.0/manifest @@ -4,7 +4,7 @@ version: 1.0.0 summary: The "Hello World" example library license: MIT tags: c++, hello, world, example -description: \ +description:\ A simple library that implements the "Hello World" example in C++. Its primary goal is to show a canonical build2/bpkg project/package. \ |