Skip to content

Commit 90ed43a

Browse files
committed
Fix styling issues
Signed-off-by: John Brain <[email protected]>
1 parent 99e312b commit 90ed43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CedarJavaFFI/src/jmap.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
use std::{marker::PhantomData};
17+
use std::marker::PhantomData;
1818

1919
use crate::{objects::Object, utils::Result};
2020
use jni::{

0 commit comments

Comments
 (0)