Skip to content

Commit

Permalink
improve formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Jul 20, 2020
1 parent 35151f5 commit 4a0042c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,6 @@ abstract class RAMFMessage<P : Payload> internal constructor(
}

companion object {
internal const val MAX_PAYLOAD_LENGTH = 8388608
internal const val MAX_PAYLOAD_LENGTH = 8_388_608
}
}

0 comments on commit 4a0042c

Please sign in to comment.