mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Remove accidental trailing spaces
This commit is contained in:
parent
3eb266c860
commit
1e9d2d1239
44 changed files with 169 additions and 169 deletions
|
@ -34,7 +34,7 @@ fn with_default() {
|
|||
indoc!(
|
||||
r#"
|
||||
result : Result I64 {}
|
||||
result = Err {}
|
||||
result = Err {}
|
||||
|
||||
Result.withDefault result 0
|
||||
"#
|
||||
|
@ -66,7 +66,7 @@ fn result_map() {
|
|||
indoc!(
|
||||
r#"
|
||||
result : Result I64 {}
|
||||
result = Err {}
|
||||
result = Err {}
|
||||
|
||||
result
|
||||
|> Result.map (\x -> x + 1)
|
||||
|
@ -230,7 +230,7 @@ fn roc_result_ok() {
|
|||
indoc!(
|
||||
r#"
|
||||
result : Result I64 {}
|
||||
result = Ok 42
|
||||
result = Ok 42
|
||||
|
||||
result
|
||||
"#
|
||||
|
@ -246,7 +246,7 @@ fn roc_result_err() {
|
|||
assert_evals_to!(
|
||||
indoc!(
|
||||
r#"
|
||||
result : Result I64 Str
|
||||
result : Result I64 Str
|
||||
result = Err "foo"
|
||||
|
||||
result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue