chore: add rustfmt config
This commit is contained in:
parent
cb4a0d3a3a
commit
4b1f388a4f
78 changed files with 394 additions and 485 deletions
|
|
@ -3,11 +3,10 @@
|
|||
|
||||
use std::ffi::{c_float, c_int};
|
||||
|
||||
use crate::{
|
||||
Availability, Channel, Direction,
|
||||
spa_utils::{array_from_pod, string_from_pod},
|
||||
};
|
||||
use libspa::{pod::Pod, utils::Id};
|
||||
use crate::spa_utils::{array_from_pod, string_from_pod};
|
||||
use crate::{Availability, Channel, Direction};
|
||||
use libspa::pod::Pod;
|
||||
use libspa::utils::Id;
|
||||
|
||||
#[derive(Clone, Debug, Default)]
|
||||
pub struct Route {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue