Skip to content

Commit

Permalink
fix brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
saleniuk committed May 29, 2024
1 parent d1aec2d commit 09f8e7d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,4 @@ fun CipherSuite.signatureAlgorithm(): MLSPublicKeyTypeDTO? = when (this) {
CipherSuite.MLS_256_DHKEMX448_AES256GCM_SHA512_Ed448 -> MLSPublicKeyTypeDTO.ED448
CipherSuite.MLS_256_DHKEMX448_CHACHA20POLY1305_SHA512_Ed448 -> MLSPublicKeyTypeDTO.ED448
is CipherSuite.UNKNOWN -> null
}
}
}

0 comments on commit 09f8e7d

Please sign in to comment.