You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by Sebastian Bazley <se...@apache.org> on 2016/03/28 21:15:08 UTC

[whimsy.git] [1/1] Commit aec454b: Drop trailing comma as it causes syntax error in Eclipse

Commit aec454b5ddd862a214153900f18b6b6ff8884618:
    Drop trailing comma as it causes syntax error in Eclipse


Branch: refs/heads/master
Author: Sebb <se...@apache.org>
Committer: Sebb <se...@apache.org>
Pusher: sebb <se...@apache.org>

------------------------------------------------------------
www/roster/public_nonldap_groups.rb                          | + -
------------------------------------------------------------
2 changes: 1 additions, 1 deletions.
------------------------------------------------------------


diff --git a/www/roster/public_nonldap_groups.rb b/www/roster/public_nonldap_groups.rb
index b0f77e4..2deb6db 100644
--- a/www/roster/public_nonldap_groups.rb
+++ b/www/roster/public_nonldap_groups.rb
@@ -52,7 +52,7 @@
 
 public_json_output(
   # There does not seem to be a useful timestamp here
-  groups: groups,
+  groups: groups
   # TODO decide how to present the data: separate key or attribute or file
   #pitgroups: pitgroups
 )