Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed May 19, 2023
1 parent 61d34ae commit eb164ca
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tooling/bundler/src/bundle/windows/nsis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -570,12 +570,9 @@ fn get_lang_data(
UTF_8,
)),
)),
"korean" => Some((
"korean" => Some((
lang_file,
Some((
include_str!("./templates/nsis-languages/Korean.nsh"),
UTF_8,
)),
Some((include_str!("./templates/nsis-languages/Korean.nsh"), UTF_8)),
)),
"portuguesebr" => Some((
lang_file,
Expand Down

0 comments on commit eb164ca

Please sign in to comment.