Skip to content

Commit 575bf46

Browse files
amomchilovvinistock
andcommitted
Add missing / in URI::Source#to_s
Co-authored-by: Vinicius Stock <[email protected]>
1 parent d0d4cef commit 575bf46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby_lsp/requests/support/source_uri.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def check_host(v)
6666

6767
#: -> String
6868
def to_s
69-
"source://#{gem_name}/#{gem_version}#{path}##{line_number}"
69+
"source://#{gem_name}/#{gem_version}/#{path}##{line_number}"
7070
end
7171

7272
if URI.respond_to?(:register_scheme)

0 commit comments

Comments
 (0)