Skip to content

Commit

Permalink
Revert more formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Funke committed Jun 12, 2024
1 parent e932ca1 commit 23b3a60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crates/sip-types/src/header/typed/accept.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use anyhow::{Error, Result};
use crate::header::name::Name;
use anyhow::{Error, Result};
use bytesstr::BytesStr;

csv_header! {
Expand Down
3 changes: 1 addition & 2 deletions crates/sip-types/src/header/typed/allow.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use anyhow::{Error, Result};

use crate::header::name::Name;
use crate::method::Method;
use anyhow::{Error, Result};

csv_header! {
/// `Allow` header, contains only one method.
Expand Down
3 changes: 1 addition & 2 deletions crates/sip-types/src/header/typed/extensions.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
use crate::header::name::Name;
use anyhow::{Error, Result};
use bytesstr::BytesStr;

use crate::header::name::Name;

csv_header! {
/// `Supported` header, contains only one supported extension.
/// To get all supported extension use [`Vec`].
Expand Down

0 comments on commit 23b3a60

Please sign in to comment.