Skip to content

Commit

Permalink
Code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
plokhotnyuk committed Oct 24, 2024
1 parent 5778631 commit a55f650
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,6 @@ final class JsonWriter private[jsoniter_scala](
*/
def writeArrayStart(): Unit = writeNestedStart('[')


/**
* Writes a JSON array end marker (`]`).
*/
Expand Down Expand Up @@ -2452,7 +2451,7 @@ final class JsonWriter private[jsoniter_scala](
cblCorr = 1
}
e10 = e2 * 315653 - e2Corr >> 20
val g = gs(e10 + 324 << 1) + 1
val g = gs(e10 + 324 << 1) + 1L
val h = (e10 * -108853 >> 15) + e2 + 1
val cb = m2 << 2
val vbCorr = (m2 & 0x1) - 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,6 @@ final class JsonWriter private[jsoniter_scala](
*/
def writeArrayStart(): Unit = writeNestedStart('[')


/**
* Writes a JSON array end marker (`]`).
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,6 @@ final class JsonWriter private[jsoniter_scala](
*/
def writeArrayStart(): Unit = writeNestedStart('[')


/**
* Writes a JSON array end marker (`]`).
*/
Expand Down

0 comments on commit a55f650

Please sign in to comment.