From 186fde53c746219c31160604014d7d929a424b7c Mon Sep 17 00:00:00 2001 From: georg <georg@riseup.net> Date: Sat, 13 Jul 2019 21:12:25 +0000 Subject: [PATCH] Minor intendation fixes --- debian | 2 +- linting | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian b/debian index 70ca2bd..f251388 100644 --- a/debian +++ b/debian @@ -6,7 +6,7 @@ RUN apt-get update \ ffmpeg \ gir1.2-gdkpixbuf-2.0 \ gir1.2-poppler-0.18 \ - gir1.2-rsvg-2.0 \ + gir1.2-rsvg-2.0 \ libimage-exiftool-perl \ python3-bandit \ python3-gi-cairo \ diff --git a/linting b/linting index 6c0d7c2..4e467b2 100644 --- a/linting +++ b/linting @@ -4,7 +4,7 @@ RUN apt-get update \ && apt-get install --no-install-recommends --no-install-suggests --yes \ gir1.2-gdkpixbuf-2.0 \ gir1.2-poppler-0.18 \ - gir1.2-rsvg-2.0 \ + gir1.2-rsvg-2.0 \ pyflakes3 \ pylint3 \ python3-bandit \ -- GitLab