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

Unified Diff: test/hmac_sha1_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_md5_test.dart ('k') | test/hmac_sha256_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/hmac_sha1_test.dart
diff --git a/test/hmac_sha1_test.dart b/test/hmac_sha1_test.dart
index 4a378c750394934b6f0e2736c72e40c4b37f059d..97c02689f6c7af2f2b89bc16623ed3238c0ab348 100644
--- a/test/hmac_sha1_test.dart
+++ b/test/hmac_sha1_test.dart
@@ -10,7 +10,6 @@ import "package:test/test.dart";
part 'hmac_sha1_test_vectors.dart';
-
void main() {
test('standard vectors', () {
_testStandardVectors(hmac_sha1_inputs, hmac_sha1_keys, hmac_sha1_macs);
« no previous file with comments | « test/hmac_md5_test.dart ('k') | test/hmac_sha256_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698