From: Cherry Mui Date: Tue, 9 Aug 2022 21:10:08 +0000 (-0400) Subject: runtime: gofmt X-Git-Tag: go1.20rc1~1720 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3c2a3ce6d924c4d936c6a9ece63aaaa42c80107c;p=gostls13.git runtime: gofmt Add new line at the end of crash_test.go. Change-Id: I73c77666066b105e563215f34e7ede6c1d92226b Reviewed-on: https://go-review.googlesource.com/c/go/+/422299 Reviewed-by: Matthew Dempsky --- diff --git a/src/runtime/crash_test.go b/src/runtime/crash_test.go index 02604595ac..d5f755296b 100644 --- a/src/runtime/crash_test.go +++ b/src/runtime/crash_test.go @@ -851,4 +851,4 @@ func TestPanicOnUnsafeSlice(t *testing.T) { if !strings.Contains(output, want) { t.Errorf("output does not contain %q:\n%s", want, output) } -} \ No newline at end of file +}