Skip to content

Commit ab97217

Browse files
0xm4udlukacan
authored andcommitted
Fix formatting: remove trailing whitespace
1 parent 5e5c047 commit ab97217

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/trident_svm.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ impl TridentSVM {
185185
);
186186

187187
self.deploy_binary_program(&spl_token);
188-
188+
189189
// SPL Token 2022 added for new Token 2022 Trident features
190190
let spl_token_2022 = TridentProgram::new(
191191
pubkey!("TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb"),
@@ -212,7 +212,7 @@ impl TridentSVM {
212212
self.deploy_binary_program(&metaplex_token_metadata);
213213

214214
// Interesting to have an Oracle program for testing programs with Price feed manipulation
215-
// Another good program would be Pyth Oracle, which is good for cross-chain price feeds
215+
// Another good program would be Pyth Oracle, which is good for cross-chain price feeds
216216
let chainlink_oracle = TridentProgram::new(
217217
pubkey!("HEvSKofvBgfaexv23kMabbYqxasxU3mQ4ibBMEmJWHny"),
218218
None,

0 commit comments

Comments
 (0)