mirror of
https://github.com/openfaas/faas.git
synced 2025-06-22 23:03:24 +00:00
Apply gofmt
Previous PR from Simon or Ken broke build due to missing gofmt in the PR. This PR applies it to resolve the build issue. Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
This commit is contained in:
@ -131,4 +131,4 @@ func CalculateReplicas(status string, currentReplicas uint64, maxReplicas uint64
|
||||
newReplicas = minReplicas
|
||||
}
|
||||
return newReplicas
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user