Skip to content

Commit

Permalink
scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bburdiliak committed Jul 16, 2024
1 parent c67ceb1 commit 9122381
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -314,9 +314,9 @@ object JsonFormats {
implicit val byteArrayReads: Reads[Seq[Byte]] = new Reads[Seq[Byte]] {

/**
* Parses a JSON representation of a `Seq[Byte]` into a `JsResult[Seq[Byte]]`. This
* method expects the JSON to be an array of numbers, where each number represents a valid
* byte value (between -128 and 127, inclusive). If the JSON structure is correct and all
* Parses a JSON representation of a `Seq[Byte]` into a `JsResult[Seq[Byte]]`. This method
* expects the JSON to be an array of numbers, where each number represents a valid byte
* value (between -128 and 127, inclusive). If the JSON structure is correct and all
* numbers are valid byte values, it returns a `JsSuccess` containing the sequence of
* bytes. Otherwise, it returns a `JsError` detailing the parsing issue encountered.
*
Expand Down

0 comments on commit 9122381

Please sign in to comment.