From 37b31b634e34da22e2c8a0f2cddc1d50d8d3b682 Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Tue, 19 Feb 2019 16:26:18 -0800 Subject: [PATCH] Style fix. --- task.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task.go b/task.go index 5308f42..139fa31 100644 --- a/task.go +++ b/task.go @@ -409,7 +409,7 @@ func (t *AuroraTask) BuildThermosPayload() error { t.thermos.disk(*t.resources[DISK].DiskMb) } - if t.resources[GPU]!= nil && t.resources[GPU].NumGpus != nil { + if t.resources[GPU] != nil && t.resources[GPU].NumGpus != nil { t.thermos.gpu(*t.resources[GPU].NumGpus) }