From 979dbde6a240d5e9569613e1f6034a1294cc8979 Mon Sep 17 00:00:00 2001 From: Iain Lane Date: Tue, 16 Jul 2019 10:27:47 +0100 Subject: [PATCH] Fix slight whitespace error --- live-build/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/functions b/live-build/functions index 0083f9c8..e837582d 100644 --- a/live-build/functions +++ b/live-build/functions @@ -650,7 +650,7 @@ snap_preseed() { ;; esac - + # Do basic validation of generated snapd seed.yaml, doing it here # means we catch all the places(tm) that snaps are added but the # downside is that each time a snap is added the seed must be valid,