Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Dec 4, 2024
1 parent d35f9b3 commit b609c93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sdk/system-transaction/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
//! The `system_transaction` module provides functionality for creating system transactions.
use {
solana_hash::Hash, solana_keypair::Keypair, solana_message::Message,
solana_pubkey::Pubkey, solana_signer::Signer,
solana_system_interface::instruction as system_instruction, solana_transaction::Transaction,
solana_hash::Hash, solana_keypair::Keypair, solana_message::Message, solana_pubkey::Pubkey,
solana_signer::Signer, solana_system_interface::instruction as system_instruction,
solana_transaction::Transaction,
};

/// Create and sign new SystemInstruction::CreateAccount transaction
Expand Down

0 comments on commit b609c93

Please sign in to comment.