Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
DariusIII
2018-02-15 20:02:41 +00:00
committed by StyleCI Bot
parent deffc08869
commit 8f4e9fde20
+1 -1
View File
@@ -85,7 +85,7 @@ class ColorCLI
*/
public static function tmuxOrange($str): string
{
return "\033[38;5;" . color("$str\033[0m\n")->yellow()->dark();
return "\033[38;5;".color("$str\033[0m\n")->yellow()->dark();
}
/**