Skip to content

Commit

Permalink
Fix some lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed May 2, 2024
1 parent 4240e1d commit 4997219
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/console
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ end
@client = Groq::Client.new do |faraday|
if debug?
# Create a logger instance
logger = Logger.new(STDOUT)
logger = Logger.new($stdout)
logger.level = Logger::DEBUG

# Log request and response bodies
Expand Down
2 changes: 1 addition & 1 deletion lib/generators/groq/install_generator.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'rails/generators/base'
require "rails/generators/base"

module Groq
module Generators
Expand Down

0 comments on commit 4997219

Please sign in to comment.