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

Unified Diff: test/hmac_sha256_test.dart

Issue 1350913002: Run the formatter over crypto. (Closed) Base URL: git@github.com:dart-lang/crypto.git@master
Patch Set: Fix a missing value. Created 5 years, 3 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
« no previous file with comments | « test/hmac_sha1_test.dart ('k') | test/sha1_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/hmac_sha256_test.dart
diff --git a/test/hmac_sha256_test.dart b/test/hmac_sha256_test.dart
index f2a7768b91811ff27d3ff596cc75120d75e5f24b..492dced0be7de8e52f105a65e5de6fb187cd5285 100644
--- a/test/hmac_sha256_test.dart
+++ b/test/hmac_sha256_test.dart
@@ -12,8 +12,8 @@ part 'hmac_sha256_test_vectors.dart';
void main() {
test('standard vectors', () {
- _testStandardVectors(hmac_sha256_inputs, hmac_sha256_keys,
- hmac_sha256_macs);
+ _testStandardVectors(
+ hmac_sha256_inputs, hmac_sha256_keys, hmac_sha256_macs);
});
}
« no previous file with comments | « test/hmac_sha1_test.dart ('k') | test/sha1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698