Skip to content

Commit

Permalink
Lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
rismay-luassat committed Jun 29, 2024
1 parent 6e72fb8 commit da16825
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/WrkstrmFoundation/JSON/JSONResource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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? {
Expand Down

0 comments on commit da16825

Please sign in to comment.