chore: fmt

This commit is contained in:
Reinaldy Rafli 2021-10-27 22:00:23 +07:00
parent 76eb472c91
commit 5061b1c29c
No known key found for this signature in database
GPG Key ID: CFDB9400255D8CB6
2 changed files with 2 additions and 2 deletions

View File

@ -53,4 +53,4 @@ func trace(err error) []frame {
}
return frames
}
}

View File

@ -22,4 +22,4 @@ func TestWrap(t *testing.T) {
if w.Error() != expected {
t.Error("different than expected:", w.Error(), "\nexpected:", expected)
}
}
}