1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2024-11-24 06:32:46 +00:00

Dummy change to trigger CI build

This commit is contained in:
biroder 2023-12-27 03:07:33 +02:00 committed by GitHub
parent 690c97e44d
commit 99f13a746e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -328,7 +328,6 @@ impl Settings {
self.locale = match self.locale.as_str() { self.locale = match self.locale.as_str() {
"English" => "en".to_string(), "English" => "en".to_string(),
"Japanese" => "jp".to_string(), "Japanese" => "jp".to_string(),
_ => default_locale(), _ => default_locale(),
}; };
} }