Skip to content

Commit

Permalink
style - correct alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
chambersmp authored and dylanratcliffe committed Jun 17, 2023
1 parent 641fcd0 commit 66a1338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/onceover/controlrepo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ def print_puppetfile_table
puppetforge_format = Versionomy.default_format.modified_copy do
field(:patchlevel_minor) do
recognize_number(:default_value_optional => true,
:delimiter_regexp => '-',
:default_delimiter => '-')
:delimiter_regexp => '-',
:default_delimiter => '-')
end
end

Expand Down

0 comments on commit 66a1338

Please sign in to comment.