mirror of https://codeberg.org/topola/topola.git
chore: run cargo fmt to fix lint errors
This commit is contained in:
parent
fa81cd360a
commit
5319e1f976
|
|
@ -1,7 +1,6 @@
|
|||
#[derive(Clone, Debug, PartialEq, serde::Deserialize, serde::Serialize)]
|
||||
#[serde(default)]
|
||||
pub struct Config {
|
||||
}
|
||||
pub struct Config {}
|
||||
|
||||
impl Default for Config {
|
||||
fn default() -> Self {
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ mod viewport;
|
|||
|
||||
use app::App;
|
||||
use sys_locale::get_locale;
|
||||
use unic_langid::{LanguageIdentifier, langid};
|
||||
use unic_langid::{langid, LanguageIdentifier};
|
||||
|
||||
fn get_langid() -> LanguageIdentifier {
|
||||
get_locale()
|
||||
|
|
|
|||
Loading…
Reference in New Issue