diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1f37c6a..b1eb488 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -138,4 +138,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
[1.2.1]: https://github.com/haraka/haraka-config/releases/tag/v1.2.1
[1.2.2]: https://github.com/haraka/haraka-config/releases/tag/v1.2.2
[1.2.4]: https://github.com/haraka/haraka-config/releases/tag/v1.2.4
-[1.3.0]: https://github.com/haraka/haraka-config/releases/tag/v1.3.0
\ No newline at end of file
+[1.3.0]: https://github.com/haraka/haraka-config/releases/tag/v1.3.0
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index fcb6b09..0b78bde 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -2,7 +2,7 @@
This handcrafted artisinal software is brought to you by:
-|
msimerson (57)|
PSSGCSim (7)|
baudehlo (1)|
Wesitos (1)|
oreoluwa (1)|
-| :---: | :---: | :---: | :---: | :---: |
+|
msimerson (57) |
PSSGCSim (7) |
baudehlo (1) |
Wesitos (1) |
oreoluwa (1) |
+| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
this file is maintained by [.release](https://github.com/msimerson/.release)
diff --git a/test/config.js b/test/config.js
index 78fd342..f94b442 100644
--- a/test/config.js
+++ b/test/config.js
@@ -504,8 +504,7 @@ describe('getDir', function () {
assert.equal(err2, null)
// console.log('file touched, waiting for callback');
})
- }
- else if (callCount === 2) {
+ } else if (callCount === 2) {
assert.equal(files[3].data, 'contents4\n')
fs.unlink(tmpFile, () => {})
done()