format code
This commit is contained in:
parent
566310810c
commit
e0b6a40fcc
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ use comfy::*;
|
|||
use crate::State;
|
||||
|
||||
pub fn update(_state: &mut State, _engine: &mut EngineContext) {
|
||||
info!("update");
|
||||
info!("update");
|
||||
}
|
||||
|
||||
pub fn draw(_state: &State, _engine: &EngineContext) {
|
||||
|
|
Loading…
Reference in a new issue