This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 476d288 Spacing issues
476d288 is described below
commit 476d2881bedd0aae0ac45c8509eb03798460ca0b
Author: Sebb <[email protected]>
AuthorDate: Wed Oct 13 23:35:19 2021 +0100
Spacing issues
---
www/secretary/workbench/views/actions/parse-icla.json.rb | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/www/secretary/workbench/views/actions/parse-icla.json.rb
b/www/secretary/workbench/views/actions/parse-icla.json.rb
index 43b3844..831c8df 100644
--- a/www/secretary/workbench/views/actions/parse-icla.json.rb
+++ b/www/secretary/workbench/views/actions/parse-icla.json.rb
@@ -22,9 +22,9 @@ if attachment.end_with? '.pdf'
# Extract the project and adjust if necessary
project = parsed[:Project]
if project
- parsed [:PDFProject] = project.dup # retain the original value
- project = project.downcase.sub('apache ','')
- projects = (ASF::Podling.current+ASF::Committee.pmcs).map(&:name)
+ parsed[:PDFProject] = project.dup # retain the original value
+ project = project.downcase.sub('apache ', '')
+ projects = (ASF::Podling.current + ASF::Committee.pmcs).map(&:name)
if projects.include? project
parsed[:Project] = project
else
@@ -42,4 +42,4 @@ else
parsed = {}
end
-{parsed: parsed}
\ No newline at end of file
+{parsed: parsed}