Skip to content

Commit

Permalink
fix func indent
Browse files Browse the repository at this point in the history
  • Loading branch information
hyun98 committed Aug 6, 2024
1 parent 781d639 commit 6061307
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions admin/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,7 @@ func (c *Client) ListChangeSummaries(
}

// GetServerVersion gets the server version.
func (c *Client) GetServerVersion(ctx context.Context,
) (*types.VersionDetail, error) {
func (c *Client) GetServerVersion(ctx context.Context) (*types.VersionDetail, error) {
response, err := c.client.GetServerVersion(ctx, connect.NewRequest(&api.GetServerVersionRequest{}))
if err != nil {
return nil, err
Expand Down

0 comments on commit 6061307

Please sign in to comment.