Skip to content

Commit 6573059

Browse files
committed
fmt
1 parent f4aa3b1 commit 6573059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phichain-editor/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ use bevy::render::settings::WgpuSettings;
7474
use bevy::render::RenderPlugin;
7575
use bevy_egui::egui::{Color32, Frame};
7676
use bevy_egui::{EguiContext, EguiPlugin};
77+
use bevy_mod_reqwest::ReqwestPlugin;
7778
use bevy_persistent::Persistent;
7879
use egui_dock::{DockArea, DockState, NodeIndex, Style};
7980
use phichain_assets::AssetsPlugin;
@@ -83,7 +84,6 @@ use phichain_game::{GamePlugin, GameSet};
8384
use rust_i18n::set_locale;
8485
use std::env;
8586
use std::sync::Arc;
86-
use bevy_mod_reqwest::ReqwestPlugin;
8787

8888
i18n!("lang", fallback = "en_us");
8989

0 commit comments

Comments
 (0)