From 36d1c4540af3ef058d68092e41af05aa4a8c5eca Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 8 Mar 2018 18:48:26 +0100 Subject: all: fix gometalinter warnings Fix typos, non-canonical code, remove dead code, etc. --- dashboard/dashapi/dashapi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dashboard/dashapi/dashapi.go') diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go index 080546343..1097e9065 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -166,7 +166,7 @@ func (dash *Dashboard) ReportCrash(crash *Crash) (*ReportCrashResp, error) { return resp, err } -// CrashID is a short summary of a crash for repro queires. +// CrashID is a short summary of a crash for repro queries. type CrashID struct { BuildID string Title string -- cgit mrf-deployment