Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
kotovalexarian committed Dec 17, 2022
1 parent 538eeac commit 90644fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bindings/ruby/spec/lib/kernaux/cmdline_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
end

context 'using fixtures' do
cmdline_yml = File.expand_path('../../../../../fixtures/cmdline.yml', __dir__)
cmdline_yml =
File.expand_path('../../../../../fixtures/cmdline.yml', __dir__)

YAML.safe_load_file(cmdline_yml).each do |test|
escape_str = lambda do |str|
Expand Down

0 comments on commit 90644fa

Please sign in to comment.