| commit | 99e15117227f5663d390536118c02fbcc0e71834 | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Wed Feb 05 17:38:16 2025 +0100 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Thu Feb 06 14:04:05 2025 +0000 |
| tree | 00f534ca904605a66e6ccfa988bfa6a4744db367 | |
| parent | 7c0bd0b18e0c857a8af930607b61bde0b68fb55f [diff] [blame] |
treewide: run gofmt -s and enable linter Change-Id: I90b8ef48c955dccfddc5bbc0a57205b7da844b60 Reviewed-on: https://review.monogon.dev/c/monogon/+/3828 Tested-by: Jenkins CI Reviewed-by: Leopold Schabel <leo@monogon.tech>
diff --git a/cloud/shepherd/manager/provider_test.go b/cloud/shepherd/manager/provider_test.go index c88c996..3f6b139 100644 --- a/cloud/shepherd/manager/provider_test.go +++ b/cloud/shepherd/manager/provider_test.go
@@ -96,8 +96,8 @@ } type dummyProvider struct { - capacity int - machines map[shepherd.ProviderID]*dummyMachine + capacity int + machines map[shepherd.ProviderID]*dummyMachine muMachines sync.RWMutex }