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

@ -6,7 +6,6 @@ ref: 46
title: How to Mount LVM Images
---
You want to read your LVM image (e.g., there is a problem where you can't start any VMs except dom0).
1: make the image available for qubesdb.
@ -53,4 +52,3 @@ From the GUI, or from the command line:
# References
Please consult this issue's [comment](https://github.com/QubesOS/qubes-issues/issues/4687#issuecomment-451626625).