mirror of https://github.com/aldy505/decrr.git
chore: fmt
This commit is contained in:
parent
76eb472c91
commit
5061b1c29c
2
decrr.go
2
decrr.go
|
@ -53,4 +53,4 @@ func trace(err error) []frame {
|
||||||
}
|
}
|
||||||
|
|
||||||
return frames
|
return frames
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,4 +22,4 @@ func TestWrap(t *testing.T) {
|
||||||
if w.Error() != expected {
|
if w.Error() != expected {
|
||||||
t.Error("different than expected:", w.Error(), "\nexpected:", expected)
|
t.Error("different than expected:", w.Error(), "\nexpected:", expected)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue