17119: remove the default project_class again on the group model, it is
[arvados.git] / services / api / app / models / api_client_authorization.rb
index 6b308a231cb7ede8cf50b949da75a861a46219d3..9290e01a1a7a5b4284580615585d963a5201c386 100644 (file)
@@ -394,7 +394,6 @@ class ApiClientAuthorization < ArvadosModel
   end
 
   def log_update
-
     super unless (saved_changes.keys - UNLOGGED_CHANGES).empty?
   end
 end