style: remove trailing blank line in azure.go to fix gofmt check

This commit is contained in:
Baker Tamory
2026-02-02 14:43:47 +11:00
parent ef1ee793e1
commit ed6d004790

View File

@@ -156,4 +156,3 @@ func (oi *Client) ListModels() (ret []string, err error) {
ret = oi.apiDeployments
return
}