Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
reidspencer committed Jan 13, 2025
1 parent ef4ff06 commit 1d4f8bf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ trait PlatformContext {
* The content of the file as a String, asynchronously in a Future
*/
def load(url: URL): Future[String]

/** Read the entire contents of a file and return it, synchronously
*
* @param file
Expand Down Expand Up @@ -91,5 +91,5 @@ trait PlatformContext {

/** The newline character for this platform */
def newline: String

}

0 comments on commit 1d4f8bf

Please sign in to comment.