Skip to content

Commit aa51ca7

Browse files
committed
appease formatter
1 parent 1542315 commit aa51ca7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ucan/src/delegation/policy/selector.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ use self::{
1313
use filter::Filter;
1414
use nom::{self, character::complete::char, multi::many0, sequence::preceded, Parser};
1515
use serde::{Deserialize, Deserializer, Serialize, Serializer};
16-
use std::cmp::Ordering;
17-
use std::{fmt, str::FromStr};
16+
use std::{cmp::Ordering, fmt, str::FromStr};
1817
use thiserror::Error;
1918

2019
#[cfg(any(test, feature = "test_utils"))]

0 commit comments

Comments
 (0)