Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ahobsonsayers committed Apr 19, 2024
1 parent 6f13859 commit 1ac033f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion goodreads/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ func (c *Client) SearchBooks(ctx context.Context, bookTitle string, bookAuthor *
if len(commonBookIds) != 0 {
bookIds = commonBookIds
}

}

// Get book details using their ids
Expand Down

0 comments on commit 1ac033f

Please sign in to comment.