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 2019/10/02 19:00:51 UTC

[whimsy] branch master updated: Alignment

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 4689eaf  Alignment
4689eaf is described below

commit 4689eafb426f2ee8be0c682a45441fc87cebed78
Author: Sebb <se...@apache.org>
AuthorDate: Wed Oct 2 20:00:48 2019 +0100

    Alignment
---
 www/project/icla/views/actions/draft-icla.json.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/project/icla/views/actions/draft-icla.json.rb b/www/project/icla/views/actions/draft-icla.json.rb
index ab62d7f..494940c 100644
--- a/www/project/icla/views/actions/draft-icla.json.rb
+++ b/www/project/icla/views/actions/draft-icla.json.rb
@@ -24,7 +24,7 @@ if not @apacheid.empty?
   if inuse != ''
     _error "Apache ID(s) '#{inuse}' already in use"
     _focus :apacheId
-  return
+    return
   end
 end