From 45bc1f7dbdfe72e969e80890849426bcc5285703 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 5 Dec 2018 18:14:22 -0700 Subject: [PATCH] Appease the linter --- src/matrix-to.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/matrix-to.js b/src/matrix-to.js index fb2c8096d7..b750dff6d6 100644 --- a/src/matrix-to.js +++ b/src/matrix-to.js @@ -186,4 +186,4 @@ function isHostnameIpAddress(hostname) { } return isIp(hostname); -} \ No newline at end of file +}