Skip to content

Commit d3fa73b

Browse files
authored
Update README.md
1 parent bd2036d commit d3fa73b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ Error-related, negative codepath is typically less well tested, though of, and m
4343
With *errorx*, the pattern above looks like this:
4444

4545
```go
46-
if err != nil {
4746
return nil, errorx.IllegalState.New("unfortunate")
48-
}
4947
```
5048
```go
5149
if err != nil {

0 commit comments

Comments
 (0)