🧑💻 Passes fmt and clippy checks
This commit is contained in:
parent
7367d37ec1
commit
12cd3df661
3 changed files with 10 additions and 4 deletions
|
|
@ -20,6 +20,12 @@ use std::io::Error;
|
|||
|
||||
pub struct Application;
|
||||
|
||||
impl Default for Application {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
||||
impl Application {
|
||||
/// Creates a new application instance without any package.
|
||||
pub fn new() -> Self {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue