You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2019/09/23 16:14:31 UTC

[whimsy] branch master updated: remove stray end

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

rubys 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 2e6d153  remove stray end
2e6d153 is described below

commit 2e6d15317af3e5e19385775b30413232a172b7d0
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Mon Sep 23 10:14:19 2019 -0600

    remove stray end
---
 www/board/agenda/views/actions/todos.json.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/www/board/agenda/views/actions/todos.json.rb b/www/board/agenda/views/actions/todos.json.rb
index bf9b155..ba8bf87 100644
--- a/www/board/agenda/views/actions/todos.json.rb
+++ b/www/board/agenda/views/actions/todos.json.rb
@@ -209,7 +209,6 @@ if @terminate
   minutes[:todos][:terminated] +=
     @terminate.map {|resolution| resolution['name']}
 end
-end
 
 unless todos == minutes[:todos]
   File.write minutes_file, YAML.dump(minutes)