You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2020/10/17 12:59:21 UTC

[whimsy] branch master updated: spacing

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 b29cfbd  spacing
b29cfbd is described below

commit b29cfbd39efafcd55c62aaaf78691df73ec48ded
Author: Sebb <se...@apache.org>
AuthorDate: Sat Oct 17 13:59:12 2020 +0100

    spacing
---
 www/board/agenda/views/actions/todos.json.rb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/www/board/agenda/views/actions/todos.json.rb b/www/board/agenda/views/actions/todos.json.rb
index 1c0a746..666acb2 100644
--- a/www/board/agenda/views/actions/todos.json.rb
+++ b/www/board/agenda/views/actions/todos.json.rb
@@ -61,7 +61,7 @@ end
 if (@change || @establish || @terminate) and env.password
   cinfo = File.join(ASF::SVN['board'], 'committee-info.txt')
 
-  todos  = Array(@change) + Array(@establish) + Array(@terminate)
+  todos = Array(@change) + Array(@establish) + Array(@terminate)
   if todos.length == 1
     title = todos.first['title']
   else
@@ -134,7 +134,7 @@ if @establish and env.password
       # update ci.yaml
       cinfoy = File.join(ASF::SVN['board'], 'committee-info.yaml')
       ASF::SVN.update cinfoy, title, env, _ do |_tmpdir, contents|
-        ASF::Committee.appendtlpmetadata(contents,pmc.downcase,charter)
+        ASF::Committee.appendtlpmetadata(contents, pmc.downcase, charter)
       end
     end
   end
@@ -169,7 +169,7 @@ if (@change || @establish) and env.password
   unless people.empty?
     # add new chairs to pmc-chairs
     ASF::LDAP.bind(env.user, env.password) do
-      chairs.add people-chairs.members
+      chairs.add people - chairs.members
     end
 
     # send out congratulations email