Skip to content

Commit

Permalink
Update formatting go imports
Browse files Browse the repository at this point in the history
Signed-off-by: pritamdas99 <[email protected]>
  • Loading branch information
pritamdas99 committed Jul 17, 2024
1 parent 4eb1785 commit c18134a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions solr/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ package solr

import (
"encoding/json"
"fmt"
"io"

"github.com/pkg/errors"

"fmt"
)

func (sc *Client) DecodeResponse(response *Response) (map[string]interface{}, error) {
Expand Down

0 comments on commit c18134a

Please sign in to comment.