Skip to content

Commit

Permalink
Change to underscores
Browse files Browse the repository at this point in the history
  • Loading branch information
Arrowana committed Sep 18, 2024
1 parent a8d2262 commit b1c7ce6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jup_interface/src/pool_pair/one_way.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ where
(unstake_it_program::ID, "unstake.it".to_owned()),
(
spl_deposit_cap_guard_program::ID,
"spl-deposit-cap-guard".to_owned(),
"spl_deposit_cap_guard".to_owned(),
),
]
}
Expand Down
2 changes: 1 addition & 1 deletion jup_interface/src/pool_pair/two_way.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ where
(unstake_it_program::ID, "unstake.it".to_owned()),
(
spl_deposit_cap_guard_program::ID,
"spl-deposit-cap-guard".to_owned(),
"spl_deposit_cap_guard".to_owned(),
),
]
}
Expand Down
2 changes: 1 addition & 1 deletion jup_interface/src/pool_sol/deposit_sol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ where
),
(
spl_deposit_cap_guard_program::ID,
"spl-deposit-cap-guard".to_owned(),
"spl_deposit_cap_guard".to_owned(),
),
]
}
Expand Down

0 comments on commit b1c7ce6

Please sign in to comment.