Skip to content

Commit f44de31

Browse files
author
Thomas Wunderlich
committed
Fix formatting
1 parent ed9f8cd commit f44de31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/allocrunner/taskrunner/task_runner.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ func (tr *TaskRunner) buildTaskConfig() *drivers.TaskConfig {
10411041
if alloc.AllocatedResources != nil && len(alloc.AllocatedResources.Shared.Networks) > 0 {
10421042
allocDNS := alloc.AllocatedResources.Shared.Networks[0].DNS
10431043
if allocDNS != nil {
1044-
interpolatedNetworks := taskenv.InterpolateNetworks(env, alloc.AllocatedResources.Shared.Networks)
1044+
interpolatedNetworks := taskenv.InterpolateNetworks(env, alloc.AllocatedResources.Shared.Networks)
10451045
dns = &drivers.DNSConfig{
10461046
Servers: interpolatedNetworks[0].DNS.Servers,
10471047
Searches: interpolatedNetworks[0].DNS.Searches,

0 commit comments

Comments
 (0)