mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
rustfmt
This commit is contained in:
parent
c9dca76222
commit
fd5132f13e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ use crate::graphics::style::CODE_FONT_SIZE;
|
|||
use crate::graphics::style::CODE_TXT_XY;
|
||||
use crate::mvc::app_model::AppModel;
|
||||
use crate::mvc::ed_model::EdModel;
|
||||
use crate::mvc::{ed_model, ed_view, app_update};
|
||||
use crate::mvc::{app_update, ed_model, ed_view};
|
||||
//use crate::resources::strings::NOTHING_OPENED;
|
||||
use crate::vec_result::get_res;
|
||||
use bumpalo::Bump;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue