This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 0936e62ac1 Add missing line in template for provider's doc index 
(#31323)
0936e62ac1 is described below

commit 0936e62ac109250ee60629f8eb93268a2dba4d43
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue May 16 20:11:41 2023 +0200

    Add missing line in template for provider's doc index (#31323)
---
 dev/provider_packages/PROVIDER_INDEX_TEMPLATE.rst.jinja2 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/provider_packages/PROVIDER_INDEX_TEMPLATE.rst.jinja2 
b/dev/provider_packages/PROVIDER_INDEX_TEMPLATE.rst.jinja2
index d73359f2c1..7da1baccd9 100644
--- a/dev/provider_packages/PROVIDER_INDEX_TEMPLATE.rst.jinja2
+++ b/dev/provider_packages/PROVIDER_INDEX_TEMPLATE.rst.jinja2
@@ -71,6 +71,7 @@ install it separately. You can upgrade and downgrade it 
independently of Apache
 {%- endif %}
 
 {%- if PIP_REQUIREMENTS %}
+
 {{  PIP_REQUIREMENTS_TABLE_RST | safe}}
 {%- endif %}
 

Reply via email to