Skip to content

Commit

Permalink
[truffelruby-support] codestyle updates
Browse files Browse the repository at this point in the history
  • Loading branch information
0exp committed Dec 14, 2024
1 parent 908b8c1 commit 33f0eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/save_to_file/save_to_json_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
file_data = File.read(config_file_path)

expected_json =
if RUBY_ENGINE.include?("truffleruby")
if RUBY_ENGINE.include?('truffleruby')
<<~JSON.strip
{
"true_bollean": true,
Expand Down

0 comments on commit 33f0eba

Please sign in to comment.