Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2740)

Unified Diff: chrome/browser/resources/cryptotoken/googlecorpindividualattest.js

Issue 2939273002: DO NOT SUBMIT: what chrome/browser/resources/ could eventually look like with clang-format (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/cryptotoken/googlecorpindividualattest.js
diff --git a/chrome/browser/resources/cryptotoken/googlecorpindividualattest.js b/chrome/browser/resources/cryptotoken/googlecorpindividualattest.js
index 57732fc04fe7e395441b2c70ddb3f79feb2aec38..43420b4928f52d180afb04c2a20a1bb081627ec5 100644
--- a/chrome/browser/resources/cryptotoken/googlecorpindividualattest.js
+++ b/chrome/browser/resources/cryptotoken/googlecorpindividualattest.js
@@ -36,6 +36,5 @@ GoogleCorpIndividualAttestation.GOOGLE_CORP_APP_ID =
* Hash of the app ID used by Google employee accounts.
* @const
*/
-GoogleCorpIndividualAttestation.GOOGLE_CORP_APP_ID_HASH =
- B64_encode(sha256HashOfString(
- GoogleCorpIndividualAttestation.GOOGLE_CORP_APP_ID));
+GoogleCorpIndividualAttestation.GOOGLE_CORP_APP_ID_HASH = B64_encode(
+ sha256HashOfString(GoogleCorpIndividualAttestation.GOOGLE_CORP_APP_ID));

Powered by Google App Engine
This is Rietveld 408576698