Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhao271 authored and ckerr committed Sep 15, 2022
1 parent 1dc319f commit 7de0965
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shell/browser/electron_browser_main_parts.cc
Expand Up @@ -321,7 +321,8 @@ int ElectronBrowserMainParts::PreCreateThreads() {
#endif

// Fetch the system locale for Electron.
fake_browser_process_->SetSystemLocale(l10n_util::GetApplicationLocale("", false));
fake_browser_process_->SetSystemLocale(
l10n_util::GetApplicationLocale("", false));

// Initialize the app locale for Electron and Chromium.
std::string app_locale = l10n_util::GetApplicationLocale(loaded_locale);
Expand Down

0 comments on commit 7de0965

Please sign in to comment.