Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Zekun Wang committed May 23, 2024
1 parent 3bc6e61 commit 376e846
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,9 @@ pub enum StdVersion {
}

impl StdVersion {
const DEVNET: &'static str = "devnet";
const MAINNET: &'static str = "mainnet";
const TESTNET: &'static str = "testnet";
const DEVNET: &'static str = "devnet";


/// Returns the rev name of the standard library version.
pub fn rev(&self) -> &'static str {
Expand Down

0 comments on commit 376e846

Please sign in to comment.