Skip to content

Commit

Permalink
Format fix (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulmth committed Nov 30, 2023
1 parent c56740f commit 1478d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/disclosure.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Copyright 2020-2023 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

use std::fmt::Display;
use crate::Error;
use serde_json::Value;
use std::fmt::Display;

/// Represents an elements constructing a disclosure.
/// Object properties and array elements disclosures are supported.
Expand Down

0 comments on commit 1478d55

Please sign in to comment.