Remove extra newlines at the beginning/end of files

Those are redundant, and yaml parser strips them in fact. By removing
them, loading and saving yaml file without any change indeed produce the
same output. This is useful for prepare_for_translation.py script (which
adds lang and ref tags) - to produce only change that indeed was made.
This commit is contained in:
Marek Marczykowski-Górecki 2021-06-24 16:07:23 +02:00
parent 4851518719
commit 3806ecf338
No known key found for this signature in database
GPG key ID: F32894BE9684938A
130 changed files with 0 additions and 168 deletions

View file

@ -10,7 +10,6 @@ ref: 48
title: Python Profiling
---
This is a python profiling primer.
For the purpose of this document, `qubes-dev` is name of the domain used for postprocessing profiling stats.