Skip to content

Commit

Permalink
Fixed linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MShwed committed Sep 4, 2019
1 parent e17eaca commit 2038e3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/operations/MIMEDecoding.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class MIMEDecoding extends Operation {

/**
* Decode MIME header strings
*
*
* @param headerString
*/
decodeHeaders(headerString) {
Expand Down
2 changes: 1 addition & 1 deletion tests/operations/tests/MIMEDecoding.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* MIME Header Decoding tests
*
*
* @author mshwed [[email protected]]
* @copyright Crown Copyright 2019
* @license Apache-2.0
Expand Down

0 comments on commit 2038e3a

Please sign in to comment.