Skip to content
This repository was archived by the owner on Apr 17, 2018. It is now read-only.

Commit 827ab53

Browse files
committed
Stripped whitespace
1 parent 70fde48 commit 827ab53

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

lib/generators/data_mapper/migration/templates/migration.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
migration <%= migration_number.to_i %>, :<%= migration_file_name %> do
1+
migration <%= migration_number.to_i %>, :<%= migration_file_name %> do
22

33
up do
44
<% unless attributes.empty? -%>

lib/generators/data_mapper/model/model_generator.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ def create_model_file
2020
end
2121

2222
end
23-
end
23+
end

lib/rails3_datamapper.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
require 'rails3_datamapper/railtie'
2-

lib/rails3_datamapper/storage.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ def with_local_repositories
7171
end
7272

7373
end
74-
74+
7575
end
7676
end

0 commit comments

Comments
 (0)