mirror of
https://github.com/bitwarden/browser
synced 2026-02-01 01:03:39 +00:00
Prettier
This commit is contained in:
@@ -172,7 +172,7 @@ export class Utils {
|
||||
* @returns The byte string representation, or null if the input is null.
|
||||
*/
|
||||
static fromArrayToByteString(arr: Uint8Array | null): string | null {
|
||||
if (arr == null) {
|
||||
if (arr == null) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user