Skip to content

Commit

Permalink
standard:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed Feb 10, 2023
1 parent cbdcf3b commit b8fb636
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ gem "rake", "~> 13.0"
gem "gimme"
gem "m"


if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.5")
gem "simplecov"
end
2 changes: 1 addition & 1 deletion test/standard/runners/lsp_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def test_execute_command_formatting
label: "Format with Standard Ruby auto-fixes",
edit: {
changes: {
:"file:///path/to/file.rb" => [{
"file:///path/to/file.rb": [{
newText: "puts \"hi\"\n",
range: {
start: {line: 0, character: 0},
Expand Down

0 comments on commit b8fb636

Please sign in to comment.