Skip to content

Commit

Permalink
Formatting Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
soner-yuksel committed Mar 18, 2024
1 parent ceb7ded commit aa2a957
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/ai_chat/core/browser/conversation_driver.cc
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,7 @@ void ConversationDriver::SetDefaultModel(const std::string& model_key) {
return;
}

pref_service_->SetString(prefs::kDefaultModelKey,
model_key);
pref_service_->SetString(prefs::kDefaultModelKey, model_key);
}

const mojom::Model& ConversationDriver::GetCurrentModel() {
Expand Down

0 comments on commit aa2a957

Please sign in to comment.