Skip to content

Commit

Permalink
Make order of size and count consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown committed Mar 16, 2020
1 parent b495f35 commit 0c0b310
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ object ResourceFileGoldenCodecLaws {
}

def apply[A](
count: Int,
size: Int
size: Int,
count: Int
)(
implicit decodeA: Decoder[A],
encodeA: Encoder[A],
Expand Down

0 comments on commit 0c0b310

Please sign in to comment.