Commit 66a27966 authored by Kirill Smelkov's avatar Kirill Smelkov

~gofmt

parent ad78da1b
......@@ -117,7 +117,7 @@ func do_raise4f1() {
func TestErrAddCallingContext(t *testing.T) {
var tests = []struct{ f func(); wanterrcontext string } {
var tests = []struct { f func(); wanterrcontext string } {
{do_raise11, "do_raise11: do_raise1: 1"},
{do_raise3if1, "do_raise3if1: do_raise3if: 3"},
{do_raise4f1, "do_raise4f1: do_raise4f: 4"},
......@@ -137,5 +137,4 @@ func TestErrAddCallingContext(t *testing.T) {
t.Fatal("error not caught")
}()
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment