Skip to content

Commit 2038e3a

Browse files
committed
Fixed linting issues
1 parent e17eaca commit 2038e3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/core/operations/MIMEDecoding.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class MIMEDecoding extends Operation {
4747

4848
/**
4949
* Decode MIME header strings
50-
*
50+
*
5151
* @param headerString
5252
*/
5353
decodeHeaders(headerString) {

tests/operations/tests/MIMEDecoding.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* MIME Header Decoding tests
3-
*
3+
*
44
* @author mshwed [[email protected]]
55
* @copyright Crown Copyright 2019
66
* @license Apache-2.0

0 commit comments

Comments
 (0)