Skip to content

Commit 805e478

Browse files
committed
Fix breaking changes from ruby-lsp-rails upgrade pt2
1 parent 5eb37e8 commit 805e478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby_lsp/rails/factory_bot/addon.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def workspace_did_change_watched_files(changes)
6060
# the addon must be registered as a rails server addon once the server has booted
6161
def register_addon!
6262
@addon_registered ||= # rubocop:disable Naming/MemoizedInstanceVariableName
63-
begin
63+
begin
6464
addon_path = File.expand_path("server_addon.rb", __dir__)
6565
runner_client.register_server_addon(addon_path)
6666
true

0 commit comments

Comments
 (0)