Chromium Code Reviews| Index: lib/src/hmac.dart |
| diff --git a/lib/src/hmac.dart b/lib/src/hmac.dart |
| index a4ea193b9b137d697a2dd51a4002094909d943d0..4cdf81fafb0da10f228a40f8422d7e233da880a9 100644 |
| --- a/lib/src/hmac.dart |
| +++ b/lib/src/hmac.dart |
| @@ -20,7 +20,7 @@ class HMAC { |
| /** |
| * Create an [HMAC] object from a [Hash] and a key. |
| */ |
| - HMAC(Hash this._hash, List<int> this._key): _message = []; |
| + HMAC(Hash this._hash, List<int> this._key) : _message = []; |
| /** |
| * Add a list of bytes to the message. |