Skip to content

Commit

Permalink
style - correct alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
chambersmp committed Jun 9, 2023
1 parent 00502c2 commit 7e38fd0
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 7e38fd0

Please sign in to comment.