Fixed linting issues

This commit is contained in:
mshwed 2019-09-03 21:05:25 -04:00 committed by mshwed
parent 50c0d4bcd6
commit 23faeadea2
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@ class MIMEDecoding extends Operation {
/** /**
* Decode MIME header strings * Decode MIME header strings
* *
* @param headerString * @param headerString
*/ */
decodeHeaders(headerString) { decodeHeaders(headerString) {

View file

@ -1,6 +1,6 @@
/** /**
* MIME Header Decoding tests * MIME Header Decoding tests
* *
* @author mshwed [m@ttshwed.com] * @author mshwed [m@ttshwed.com]
* @copyright Crown Copyright 2019 * @copyright Crown Copyright 2019
* @license Apache-2.0 * @license Apache-2.0