reformatted code with rustfmt
This commit is contained in:
parent
829e90753a
commit
7693d17202
|
@ -16,5 +16,8 @@ fn main() {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
println!("Hello, world! Default Language: {}", settings.application.default_language);
|
println!(
|
||||||
|
"Hello, world! Default Language: {}",
|
||||||
|
settings.application.default_language
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue