Skip to content

Commit

Permalink
fix indentation in Rust struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Canvinus authored Mar 6, 2024
1 parent 61025bc commit cce3cd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neps/nep-0330.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ pub struct Standard {
pub struct BuildDetails {
pub build_environment: String,
pub source_code_snapshot: String,
pub contract_path: Option<String>,
pub build_command: Vec<String>,
pub contract_path: Option<String>,
pub build_command: Vec<String>,
}

/// Contract metadata structure
Expand Down

0 comments on commit cce3cd1

Please sign in to comment.