diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-05-15 13:24:37 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-05-15 13:24:37 +0200 |
| commit | 68ce85f1a91e45f87bf444a63bed8c1faebfad16 (patch) | |
| tree | 36eae68c69a8b65a8d4c05029a7c465b31192251 | |
| parent | 78d847c63e9ca05d7ed98ec04a20e50ba8a8826c (diff) | |
dashboard/app: reformat code
| -rw-r--r-- | dashboard/app/email_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dashboard/app/email_test.go b/dashboard/app/email_test.go index 065201464..bc321c07e 100644 --- a/dashboard/app/email_test.go +++ b/dashboard/app/email_test.go @@ -72,7 +72,7 @@ syzbot engineers can be reached at syzkaller@googlegroups.com. syzbot will keep track of this bug report. See: https://goo.gl/tpsmEJ#bug-status-tracking for how to communicate with syzbot.`, - extBugID0, crashLogLink, kernelConfigLink) + extBugID0, crashLogLink, kernelConfigLink) if msg.Body != body { t.Fatalf("got email body:\n%s\n\nwant:\n%s", msg.Body, body) } @@ -222,7 +222,7 @@ syzbot will keep track of this bug report. See: https://goo.gl/tpsmEJ#bug-status-tracking for how to communicate with syzbot. syzbot can test patches for this bug, for details see: https://goo.gl/tpsmEJ#testing-patches`, -extBugID1, reproSyzLink, crashLogLink, kernelConfigLink) + extBugID1, reproSyzLink, crashLogLink, kernelConfigLink) if msg.Body != body { t.Fatalf("got email body:\n%s\n\nwant:\n%s", msg.Body, body) } |
