From 03378fdc9b02aab42e0fc280548b6d0d522bd143 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 17 Jul 2021 14:26:25 +0000 Subject: Automatically format code --- src/commands/info/color.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/commands') diff --git a/src/commands/info/color.ts b/src/commands/info/color.ts index 45c2545..61790ad 100644 --- a/src/commands/info/color.ts +++ b/src/commands/info/color.ts @@ -36,8 +36,8 @@ export default class ColorCommand extends BushCommand { }); } - public removePrefixAndParenthesis(color: string): string{ - return color.substr(4, color.length-5) + public removePrefixAndParenthesis(color: string): string { + return color.substr(4, color.length - 5); } public async exec( -- cgit