Skip to content

Commit

Permalink
Lint likes trailing commas
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Powell <thomas.powell@progress.com>
  • Loading branch information
tpowell-progress committed Oct 4, 2023
1 parent dd2a99f commit bd8d952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/mixin/network_helper_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
canonname: "hostnameip", # totally contrived
nameinfo: "192.168.1.1",
final_hostname: "hostnameip.example.com",
}
},
].each do |example_hash|
# this is a brittle set of tests deliberately intended to discourage modifying
# this API (see the note in the code on the necessity of manual testing)
Expand Down

0 comments on commit bd8d952

Please sign in to comment.