Skip to content

Commit

Permalink
t/json/json_common_interface_test.rb: fix wrong indentation
Browse files Browse the repository at this point in the history
to prevent:

```
test/json/json_common_interface_test.rb:182: warning: mismatched indentations at 'end' with 'def' at 169
```
  • Loading branch information
mame committed Sep 25, 2020
1 parent 0096d2b commit e4b2c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/json/json_common_interface_test.rb
Expand Up @@ -179,5 +179,5 @@ def temp_file_containing(text, file_prefix = '')
ensure
File.delete(filespec) if filespec && File.exist?(filespec)
end
end
end
end

0 comments on commit e4b2c4f

Please sign in to comment.