From: Joey Hess Date: Tue, 1 Aug 2023 22:36:54 +0000 (-0400) Subject: fix whitespace X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~36^2~14 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=aa5e333cb7305c84818f30c0a88dda8ba677a801;p=git-annex.git fix whitespace Thanks to a compile warning from new ghc --- diff --git a/Command/ImportFeed.hs b/Command/ImportFeed.hs index 9b51b03a7f..3122c8f601 100644 --- a/Command/ImportFeed.hs +++ b/Command/ImportFeed.hs @@ -531,7 +531,7 @@ minimalMetaData :: ToDownload -> MetaData minimalMetaData i = case getItemId (item i) of (Nothing) -> emptyMetaData (Just (_, itemid)) -> MetaData $ M.singleton itemIdField - (S.singleton $ toMetaValue $fromFeedText itemid) + (S.singleton $ toMetaValue $ fromFeedText itemid) {- Extract fields from the feed and item, that are both used as metadata, - and to generate the filename. -}