[ARVADOS] updated: 10d03fd3b09ec9f2eaea62cc665a1022f3744b89

git at public.curoverse.com git at public.curoverse.com
Fri May 2 20:00:11 EDT 2014


Summary of changes:
 .../api/app/controllers/application_controller.rb  |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

       via  10d03fd3b09ec9f2eaea62cc665a1022f3744b89 (commit)
      from  3ea6744bcf9cc4812ab24913286c3bc8e123b76a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 10d03fd3b09ec9f2eaea62cc665a1022f3744b89
Author: Tom Clegg <tom at curoverse.com>
Date:   Fri May 2 20:00:04 2014 -0400

    Improve code formatting

diff --git a/services/api/app/controllers/application_controller.rb b/services/api/app/controllers/application_controller.rb
index 6a93e25..3a70bc0 100644
--- a/services/api/app/controllers/application_controller.rb
+++ b/services/api/app/controllers/application_controller.rb
@@ -83,9 +83,7 @@ class ApplicationController < ActionController::Base
     offset_all = @offset
     @orders = []
 
-    ArvadosModel.descendants.
-      reject(&:abstract_class?).
-      sort_by(&:to_s).
+    ArvadosModel.descendants.reject(&:abstract_class?).sort_by(&:to_s).
       each do |klass|
       case klass.to_s
         # We might expect klass==Link etc. here, but we would be

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list