4523: Fix whitespace.
authorTom Clegg <tom@curoverse.com>
Mon, 29 Dec 2014 17:28:44 +0000 (12:28 -0500)
committerTom Clegg <tom@curoverse.com>
Mon, 29 Dec 2014 17:28:44 +0000 (12:28 -0500)
services/api/test/unit/arvados_model_test.rb

index a3b7adc33b8553eaa475d19fd1a2cac1d58a048d..be78c8394a71f4b5ba90a31cfc68156d709f4499 100644 (file)
@@ -87,7 +87,7 @@ class ArvadosModelTest < ActiveSupport::TestCase
     end
   end
 
-  test "unique uuid index exists on all models with the column uuid" do 
+  test "unique uuid index exists on all models with the column uuid" do
     tables = ActiveRecord::Base.connection.tables
     tables.each do |table|
       columns = ActiveRecord::Base.connection.columns(table)