chore: format
Some checks failed
/ cargo-fmtcheck (push) Has been cancelled
/ cargo-clippy (push) Has been cancelled
/ cargo-test (push) Has been cancelled
/ appimage (push) Has been cancelled

This commit is contained in:
Gabriele Musco 2024-08-19 07:45:32 +02:00
parent fe077f3f8b
commit 6ff4bc2cd5

View file

@ -18,7 +18,9 @@ use std::{
const DEFAULT_WIN_SIZE: [i32; 2] = [360, 400];
const fn default_win_size() -> [i32; 2] { DEFAULT_WIN_SIZE }
const fn default_win_size() -> [i32; 2] {
DEFAULT_WIN_SIZE
}
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
pub struct Config {