Skip to content

Commit

Permalink
Merge pull request #296 from pocke/adjust-indentation-of-create-table
Browse files Browse the repository at this point in the history
Adjust `end` indentation for `create_table`
  • Loading branch information
winebarrel committed Jan 29, 2020
2 parents 65ae19c + f655f9c commit 5126911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ridgepole/delta.rb
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def append_create_table(table_name, attrs, buf, post_buf_for_fk)
end

buf.puts(<<-RUBY)
end
end
RUBY

if !(@options[:create_table_with_index]) && !indices.empty?
Expand Down

0 comments on commit 5126911

Please sign in to comment.