Skip to content

Commit

Permalink
solve linter report problems
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannism20 committed Dec 6, 2023
1 parent fefccd7 commit 38678d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/requests/on_type_formatting_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ def test_auto_indent_after_end_keyword

assert_equal(expected_edits.to_json, T.must(edits).to_json)
end

def test_breaking_line_if_a_keyword_is_part_of_method_call
document = RubyLsp::RubyDocument.new(source: +" force({", version: 1, uri: URI("file:///fake.rb"))
edits = RubyLsp::Requests::OnTypeFormatting.new(document, { line: 1, character: 2 }, "\n").run
Expand Down

0 comments on commit 38678d2

Please sign in to comment.