Formatting

This commit is contained in:
tombuildsstuff 2017-05-10 15:09:48 +01:00 committed by Paul Stack
parent 3e23e94c39
commit 6fa4ee9997
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ func azureRMLockMultiple(names *[]string) {
for _, name := range *names {
armMutexKV.Lock(name)
}
}
}