From 830b616204b3c08429440381349c86c8073ac161 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 25 Feb 2020 22:33:39 +0000 Subject: [PATCH] Fix whitespace. --- stdlib/fedora.gl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stdlib/fedora.gl b/stdlib/fedora.gl index 5267342..ada6a40 100644 --- a/stdlib/fedora.gl +++ b/stdlib/fedora.gl @@ -98,8 +98,8 @@ predicate is-koji-built (pkg) = { # Rebuild a Fedora package. This rebuilds any dependencies first. goal fedora-rebuild (pkg) = -is-koji-built ("%pkg") : wrap ("is-koji-built", - fedora-source-dependencies (pkg)) { +is-koji-built ("%pkg") : + wrap ("is-koji-built", fedora-source-dependencies (pkg)) { cd %fedora-dir/%pkg/%fedora-branch fedpkg=%fedpkg koji=%koji -- 1.8.3.1