trim excess whitespace

This commit is contained in:
a1346054 2021-08-24 14:19:24 +00:00
parent 0d3215a10b
commit 7750cd1474
3 changed files with 44 additions and 45 deletions

View File

@ -2,13 +2,13 @@ FROM ubuntu:18.04
RUN apt-get update && \
apt-get install -y --no-install-recommends \
gcc \
less \
libparted0-dev \
libudev1 \
libudev-dev \
make \
udev
gcc \
less \
libparted0-dev \
libudev1 \
libudev-dev \
make \
udev
COPY . /f3

View File

@ -22,4 +22,3 @@ Indices and tables
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`