Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
winebarrel committed Sep 24, 2022
1 parent f85fc55 commit f83432b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ridgepole/dsl_parser/table_definition.rb
Expand Up @@ -86,7 +86,7 @@ def column(name, type, options = {})
oid: {},

# https://github.com/ridgepole/ridgepole/issues/394
timestamptz: {}
timestamptz: {},
}.freeze

TYPES.each do |column_type, default_options|
Expand Down

0 comments on commit f83432b

Please sign in to comment.