Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus23 committed Mar 1, 2024
1 parent 9a1d5b7 commit b4da6ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions car-mirror-wasm/src/exports.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ use crate::{
};
use bytes::BytesMut;
use car_mirror::{cache::NoCache, common::Config};
use futures::StreamExt;
use futures::TryStreamExt;
use futures::{StreamExt, TryStreamExt};
use js_sys::{Error, Promise, Uint8Array};
use std::rc::Rc;
use tokio_util::compat::FuturesAsyncReadCompatExt;
Expand Down

0 comments on commit b4da6ac

Please sign in to comment.