chore: fmt

This commit is contained in:
sleepycatcoding 2023-07-19 00:01:54 +03:00 committed by Nathan Adams
parent 2c79d22578
commit 7cb6998991
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ use isahc::{
use rfd::{AsyncMessageDialog, MessageButtons, MessageDialog, MessageLevel};
use ruffle_core::backend::navigator::{
async_return, create_fetch_error, create_specific_fetch_error, ErrorResponse, NavigationMethod,
NavigatorBackend, OpenURLMode, OwnedFuture, Request, SuccessResponse, SocketBehavior,
NavigatorBackend, OpenURLMode, OwnedFuture, Request, SocketBehavior, SuccessResponse,
};
use ruffle_core::indexmap::IndexMap;
use ruffle_core::loader::Error;