Skip to content

Commit 7477077

Browse files
Cargo fmt
1 parent c28d7da commit 7477077

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

wasm/src/programs/program.rs

+4-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with the Aleo SDK library. If not, see <https://www.gnu.org/licenses/>.
1616

17-
use crate::types::native::{CurrentNetwork, EntryType, IdentifierNative, PlaintextType, ProgramNative, ValueType};
18-
use crate::account::Address;
17+
use crate::{
18+
account::Address,
19+
types::native::{CurrentNetwork, EntryType, IdentifierNative, PlaintextType, ProgramNative, ValueType},
20+
};
1921

2022
use js_sys::{Array, Object, Reflect};
2123
use std::{ops::Deref, str::FromStr};

0 commit comments

Comments
 (0)