Skip to content

Commit

Permalink
Fix styling issues
Browse files Browse the repository at this point in the history
Signed-off-by: John Brain <jnbrain@amazon.com>
  • Loading branch information
jtbrain committed Jan 31, 2025
1 parent 99e312b commit 90ed43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CedarJavaFFI/src/jmap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

use std::{marker::PhantomData};
use std::marker::PhantomData;

use crate::{objects::Object, utils::Result};
use jni::{
Expand Down

0 comments on commit 90ed43a

Please sign in to comment.