From 898033f0a30d3b8b567eb99a9e850386d10e1745 Mon Sep 17 00:00:00 2001 From: William Douglas Date: Thu, 31 Jan 2019 09:16:12 -0800 Subject: [PATCH] Fix indentation problem --- autospec/commitmessage.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autospec/commitmessage.py b/autospec/commitmessage.py index 7ca6029..91d406c 100644 --- a/autospec/commitmessage.py +++ b/autospec/commitmessage.py @@ -152,8 +152,8 @@ def process_NEWS(newsfile): for news in newslines[start:stop]: match = pat.search(news) if match: - s = match.group(1) - cves.add(s) + s = match.group(1) + cves.add(s) # compile commitmessage to return commitmessage.append("")