Skip to content

Commit e852fa2

Browse files
committed
fix empty lines
1 parent 76bbfbc commit e852fa2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

template/project_setup.md.jinja

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ help you decide which tool to use for packaging.
7373

7474
- `sonar-project.properties` is the SonarCloud [configuration](https://docs.sonarqube.org/latest/analysis/analysis-parameters/) file
7575
- `.github/workflows/sonarcloud.yml` is the GitHub action workflow which performs the SonarCloud analysis
76-
{%- endif -%}
76+
{%- endif %}
7777

7878
## Package version number
7979

@@ -100,14 +100,14 @@ help you decide which tool to use for packaging.
100100
- To allow others to cite your software, add a `CITATION.cff` file
101101
- It only makes sense to do this once there is something to cite (e.g., a software release with a DOI).
102102
- Follow the [making software citable](https://guide.esciencecenter.nl/#/citable_software/making_software_citable) section in the guide.
103-
{%- endif -%}
103+
{%- endif %}
104104

105105
{% if AddCodeConduct -%}
106106
## CODE_OF_CONDUCT.md
107107

108108
- Information about how to behave professionally
109109
- [Relevant section in the guide](https://guide.esciencecenter.nl/#/best_practices/documentation?id=code-of-conduct)
110-
{%- endif -%}
110+
{%- endif %}
111111

112112
## CONTRIBUTING.md
113113

0 commit comments

Comments
 (0)