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 c9384f00 Need trailing NL
c9384f00 is described below

commit c9384f008f13d7fe67fe9a77afd52cddf22d1541
Author: Sebb <[email protected]>
AuthorDate: Sat Feb 14 23:47:39 2026 +0000

    Need trailing NL
---
 lib/whimsy/asf/member-files.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/member-files.rb b/lib/whimsy/asf/member-files.rb
index 564443df..ed97f8b2 100644
--- a/lib/whimsy/asf/member-files.rb
+++ b/lib/whimsy/asf/member-files.rb
@@ -270,7 +270,7 @@ module ASF
         end
         output << l
       end
-      output.join("\n")
+      output.join("\n") + "\n"
     end
 
     # Add a second for a member nominee

Reply via email to