You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cl...@apache.org on 2020/06/19 01:41:03 UTC

[whimsy] branch master updated: Fix typo in COIFiles class

This is an automated email from the ASF dual-hosted git repository.

clr 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 53d30fe  Fix typo in COIFiles class
53d30fe is described below

commit 53d30fe64b7102658d2e3ecdcaed9b6d8aabf25c
Author: Craig L Russell <ap...@gmail.com>
AuthorDate: Thu Jun 18 18:40:35 2020 -0700

    Fix typo in COIFiles class
---
 lib/whimsy/asf/documents.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/documents.rb b/lib/whimsy/asf/documents.rb
index 07bd0a4..0a77053 100644
--- a/lib/whimsy/asf/documents.rb
+++ b/lib/whimsy/asf/documents.rb
@@ -152,6 +152,6 @@ module ASF
       _, list = ASF::SVN.getlisting('conflict-of-interest-current-year')
       list
     end
-end
+  end
 
 end