diff --git a/lib/svgo-node.test.js b/lib/svgo-node.test.js
index 76972e7bc..b4aeeff25 100644
--- a/lib/svgo-node.test.js
+++ b/lib/svgo-node.test.js
@@ -120,7 +120,7 @@ describeCRLF('with CRLF line-endings', () => {
});
// using toEqual because line endings matter in these tests
expect(data).toEqual(
- '\n'
+ '\n'
);
});
});