summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Bampton <jbampton@users.noreply.github.com>2023-02-14 08:17:24 +1000
committerGitHub <noreply@github.com>2023-02-13 23:17:24 +0100
commitd47e11f9b4b0dd6d5856a4db220224addb128b39 (patch)
tree3988d52efe6c4161465b2a04b01207dc485bf1e3
parent73aa878f6c21d1acae3fb3c7215e7a0495fc805f (diff)
downloadelixir-d47e11f9b4b0dd6d5856a4db220224addb128b39.tar.gz
Remove unneeded trailing whitespace (#12398)
-rw-r--r--lib/ex_unit/lib/ex_unit.ex2
1 files changed, 1 insertions, 1 deletions
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`)