From d47e11f9b4b0dd6d5856a4db220224addb128b39 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Tue, 14 Feb 2023 08:17:24 +1000 Subject: Remove unneeded trailing whitespace (#12398) --- lib/ex_unit/lib/ex_unit.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ex_unit/lib/ex_unit.ex b/lib/ex_unit/lib/ex_unit.ex index 443fade3c..820efd3dc 100644 --- a/lib/ex_unit/lib/ex_unit.ex +++ b/lib/ex_unit/lib/ex_unit.ex @@ -235,7 +235,7 @@ defmodule ExUnit do * `:colors` - a keyword list of color options to be used by some formatters: * `:enabled` - boolean option to enable colors, defaults to `IO.ANSI.enabled?/0`; - + * `:success` - success message (defaults to `:green`) * `:invalid` - invalid test message (defaults to `:yellow`) * `:skipped` - skipped test message (defaults to `:yellow`) -- cgit v1.2.1