Skip to content

Commit 8687cfd

Browse files
committed
Fix styling issues
1 parent 81a9cf8 commit 8687cfd

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)