mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-04 15:18:58 +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 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)]
|
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
|
||||||
pub struct Config {
|
pub struct Config {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue