mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-20 11:35:48 +00:00
chore: format
This commit is contained in:
parent
fe077f3f8b
commit
6ff4bc2cd5
1 changed files with 3 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue