From 64c9466418879298d26b60d1216319cfcb061847 Mon Sep 17 00:00:00 2001 From: Arlo Shallit Date: Mon, 30 Jul 2018 19:26:02 -0400 Subject: [PATCH] Remove trailing whitespace --- src/beautifiers/black.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/beautifiers/black.coffee b/src/beautifiers/black.coffee index efda8a6..e83c8d4 100644 --- a/src/beautifiers/black.coffee +++ b/src/beautifiers/black.coffee @@ -15,7 +15,7 @@ module.exports = class Black extends Beautifier homepage: "https://github.com/ambv/black" installation: "https://github.com/ambv/black#installation" version: { - parse: (text) -> + parse: (text) -> # Try to read beta values, eg "black, version 18.6b4" -> 18.6.4 try text.match(/black, version (\d+\.\d+)/)[1] + "." + text.match(/b(\d+)$/)[1]