Commit cf7629f9 authored by Todd Casey's avatar Todd Casey

Fixed rubocop offense

parent 8e03d904
......@@ -168,7 +168,7 @@ module Pod
#
def self.vendored_frameworks_headers(framework)
headers_dir = vendored_frameworks_headers_dir(framework)
Pathname.glob(headers_dir + "**/" + GLOB_PATTERNS[:public_header_files])
Pathname.glob(headers_dir + '**/' + GLOB_PATTERNS[:public_header_files])
end
# @return [Array<Pathname>] The paths of the framework headers that come
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment