1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2026-04-05 02:40:08 +02:00

👌 Fixed various lint issues

This commit is contained in:
2023-11-21 18:19:17 +01:00
parent 1f19b81530
commit 3b78ac43d7
10 changed files with 15 additions and 15 deletions

View File

@@ -11,7 +11,7 @@ import Foundation
class BrewTapFormulae {
public static func from(tap: String) -> [String: Set<String>] {
let directory = "\(Paths.tapPath)/\(tap)/Formula"
let files = try? FileSystem.getShallowContentsOfDirectory(directory)
var availableExtensions = [String: Set<String>]()