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 76ea0af  Don't return file from call
76ea0af is described below

commit 76ea0af744297c941f35d4e258f7ea8e65e3668b
Author: Sebb <[email protected]>
AuthorDate: Mon Jan 21 10:44:34 2019 +0000

    Don't return file from call
---
 lib/whimsy/asf/mlist.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/whimsy/asf/mlist.rb b/lib/whimsy/asf/mlist.rb
index a043f68..5877e87 100644
--- a/lib/whimsy/asf/mlist.rb
+++ b/lib/whimsy/asf/mlist.rb
@@ -225,6 +225,7 @@ module ASF
           raise ArgumentError.new("Unexpected section header #{line}")
         end
       end
+      nil # don't return file contents
     end
 
     # Standard ASF archivers

Reply via email to