Run the formatter

This commit is contained in:
Marten/Qqwy 2022-07-07 23:43:46 +02:00 committed by Folkert
parent 906aa5bbb0
commit 620d719661
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -93,7 +93,6 @@ after = \result, transform ->
Err e ->
Err e
## If the result is `Err`, transform the entire result by running a conversion
## function on the value the `Err` holds. Then return that new result.
##