Skip to content

Commit 5be8f08

Browse files
committed
[Rubocopo] Be happy!
1 parent b0d2ba0 commit 5be8f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cocoapods-core/specification/linter.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ def frameworks_invalid?(frameworks)
385385
# @return [Boolean] true if a library ends with `.a`, `.dylib`,
386386
# starts with `lib` or contains any non-alphanumeric character.
387387
def libraries_invalid?(libs)
388-
libs.any? do |lib|
388+
libs.any? do |lib|
389389
lib_regex = /^(lib)|([^a-zA-Z\d])/
390390
lib =~ lib_regex
391391
end

0 commit comments

Comments
 (0)