Skip to content

Commit

Permalink
Fixup imports
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Nov 1, 2024
1 parent 20e1390 commit 3f9e9a9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Program implementation

use ::{
use {
solana_account_info::{next_account_info, AccountInfo},
solana_program_error::{ProgramError, ProgramResult},
solana_pubkey::Pubkey,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Program implementation

use ::{
use {
solana_account_info::AccountInfo,
solana_program_error::{ProgramError, ProgramResult},
solana_pubkey::Pubkey,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Program implementation

use ::{
use {
solana_account_info::AccountInfo, solana_program_error::ProgramResult, solana_pubkey::Pubkey,
};

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Program implementation

use ::{
use {
solana_account_info::{next_account_info, AccountInfo},
solana_program_error::ProgramResult,
solana_pubkey::Pubkey,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Program implementation

use ::{
use {
solana_account_info::{next_account_info, AccountInfo},
solana_program_error::ProgramResult,
solana_pubkey::Pubkey,
Expand Down

0 comments on commit 3f9e9a9

Please sign in to comment.