Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
danslapman committed Feb 3, 2024
1 parent d5910a8 commit b80f099
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ trait BsonKeyDecoder[T] extends Serializable {

object BsonKeyDecoder {
@inline def apply[T](implicit instance: BsonKeyDecoder[T]): BsonKeyDecoder[T] = instance
}
}

0 comments on commit b80f099

Please sign in to comment.