소스 검색

formatting

Gildas 7 년 전
부모
커밋
da4aa1d614
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/single-file/single-file-browser.js

+ 1 - 1
lib/single-file/single-file-browser.js

@@ -124,7 +124,7 @@ this.SingleFileBrowser = this.SingleFileBrowser || (() => {
 
 
 	async function digestText(algo, text) {
 	async function digestText(algo, text) {
 		const hash = await crypto.subtle.digest(algo, new TextEncoder("utf-8").encode(text));
 		const hash = await crypto.subtle.digest(algo, new TextEncoder("utf-8").encode(text));
-		return (hex(hash));
+		return hex(hash);
 	}
 	}
 
 
 	function getContentSize(content) {
 	function getContentSize(content) {