From da168253cb0d2a48a2fd6846f2ed655de293de09 Mon Sep 17 00:00:00 2001 From: Cristian A Monterroza Date: Sat, 29 Jun 2024 00:31:54 -0700 Subject: [PATCH] Lint. --- Sources/WrkstrmFoundation/JSON/JSONResource.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Sources/WrkstrmFoundation/JSON/JSONResource.swift b/Sources/WrkstrmFoundation/JSON/JSONResource.swift index fdf7235..12e1550 100644 --- a/Sources/WrkstrmFoundation/JSON/JSONResource.swift +++ b/Sources/WrkstrmFoundation/JSON/JSONResource.swift @@ -11,7 +11,8 @@ extension WrkstrmMain.JSON { /// then attempts to load the file's content as `Data`. /// /// - Parameter fileName: The name of the JSON file to load (without the `.json` extension). - /// - Parameter relativeToFilePath: The relative file path to load the resource from. By default, from + /// - Parameter relativeToFilePath: The relative file path to load the resource from. By + /// default, from /// the calling file. /// - Returns: The `Data` content of the JSON file if it exists, or `nil` if an error occurs. public static func load(fileName: String, relativeToFilePath file: String = #file) -> Data? {