mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
chore: format Go more aggressively
This commit is contained in:
@ -165,7 +165,6 @@ func (c *Client) TemplateVersionByOrganizationAndName(ctx context.Context, organ
|
||||
fmt.Sprintf("/api/v2/organizations/%s/templates/%s/versions/%s", organizationID.String(), templateName, versionName),
|
||||
nil,
|
||||
)
|
||||
|
||||
if err != nil {
|
||||
return TemplateVersion{}, xerrors.Errorf("execute request: %w", err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user