From 465c8770e54a44e351c38d6b878ac2836a868964 Mon Sep 17 00:00:00 2001 From: Viktor Bahr Date: Mon, 25 Apr 2022 10:58:01 +0200 Subject: [PATCH] fix(techdocs-node): add trailing newline to fixture Signed-off-by: Viktor Bahr --- .../src/stages/generate/__fixtures__/mkdocs_with_env_tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/techdocs-node/src/stages/generate/__fixtures__/mkdocs_with_env_tag.yml b/plugins/techdocs-node/src/stages/generate/__fixtures__/mkdocs_with_env_tag.yml index 8da1ef0cca..cba0cd8373 100644 --- a/plugins/techdocs-node/src/stages/generate/__fixtures__/mkdocs_with_env_tag.yml +++ b/plugins/techdocs-node/src/stages/generate/__fixtures__/mkdocs_with_env_tag.yml @@ -1 +1 @@ -site_name: !ENV [SITE_NAME, OTHER_NAME, 'My default site name'] \ No newline at end of file +site_name: !ENV [SITE_NAME, OTHER_NAME, 'My default site name']