Skip to content

Commit a9fe25a

Browse files
committed
Formatting
1 parent 8bfaa20 commit a9fe25a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/ruby_lsp/ruby_lsp_rails/runner_client.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ class RunnerClient
1010
class << self
1111
extend T::Sig
1212

13-
sig do
14-
params(global_state: GlobalState).returns(RunnerClient)
15-
end
13+
sig { params(global_state: GlobalState).returns(RunnerClient) }
1614
def create_client(global_state)
1715
if File.exist?("bin/rails")
1816
new(global_state)

0 commit comments

Comments
 (0)