Skip to content

Commit

Permalink
style(client): add a dot at the end of the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danvergara committed Apr 22, 2021
1 parent 5f8f25f commit fc2a916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func New(opts command.Options) (*Client, error) {
return &c, nil
}

// DB Return the db attribute
// DB Return the db attribute.
func (c *Client) DB() *sqlx.DB {
return c.db
}

0 comments on commit fc2a916

Please sign in to comment.