Fix Gofmt error
Change-Id: I8cc12378d494bbc0fc26ddd5105d12fe5c975bb8
No-Try: true
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/1057136
Auto-Submit: Kaylee Lubick <kjlubick@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
diff --git a/infra/bots/gen_tasks_logic/gen_tasks_logic.go b/infra/bots/gen_tasks_logic/gen_tasks_logic.go
index 45e337f..48d45db 100644
--- a/infra/bots/gen_tasks_logic/gen_tasks_logic.go
+++ b/infra/bots/gen_tasks_logic/gen_tasks_logic.go
@@ -1088,10 +1088,10 @@
} else if b.IsLinux() {
gpu, ok := map[string]string{
// Intel drivers come from CIPD, so no need to specify the version here.
- "IntelHD405": "8086:22b1",
- "QuadroP400": "10de:1cb3-510.60.02",
- "IntelIrisXe": "8086:9a49",
- "RadeonVega8": "1002:1638-23.2.1",
+ "IntelHD405": "8086:22b1",
+ "QuadroP400": "10de:1cb3-510.60.02",
+ "IntelIrisXe": "8086:9a49",
+ "RadeonVega8": "1002:1638-23.2.1",
}[b.Parts["cpu_or_gpu_value"]]
if !ok {
log.Fatalf("Entry %q not found in Linux GPU mapping.", b.Parts["cpu_or_gpu_value"])