Skip to content

Commit

Permalink
Fix rubocop failure
Browse files Browse the repository at this point in the history
  • Loading branch information
amorde committed Jan 28, 2024
1 parent 63ee591 commit 94386cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class XCRemoteSwiftPackageReference < AbstractObject
#--------------------------------------#

def ascii_plist_annotation
" #{isa} \"#{File.basename(display_name,".git")}\" "
" #{isa} \"#{File.basename(display_name, '.git')}\" "
end

# @return [String] the name of the remote Swift package reference.
Expand Down

0 comments on commit 94386cf

Please sign in to comment.