Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zombienet-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
Mirrored projects
zombienet-sdk
Commits
043345ef
Unverified
Commit
043345ef
authored
1 year ago
by
Javier Viola
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
fix typos (#191)
parent
c0d55372
Branches
Branches containing commit
No related merge requests found
Pipeline
#456183
passed with stage
in 15 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
crates/configuration/src/lib.rs
+3
-3
3 additions, 3 deletions
crates/configuration/src/lib.rs
with
3 additions
and
3 deletions
crates/configuration/src/lib.rs
+
3
−
3
View file @
043345ef
...
...
@@ -9,9 +9,9 @@
//!
//! # Example
//! ```
//! use zombienet_configuration::
{
NetworkConfigBuilder
}
;
//! use zombienet_configuration::NetworkConfigBuilder;
//!
//! let simple_configuration = NetworkConfigBuilder::new()
;
//! let simple_configuration = NetworkConfigBuilder::new()
//! .with_relaychain(|relaychain| {
//! relaychain
//! .with_chain("polkadot")
...
...
@@ -74,7 +74,7 @@
//! })
//! .build();
//!
//! assert!(
network_config
.is_ok())
//! assert!(
simple_configuration
.is_ok())
//! ```
#![allow(clippy::expect_fun_call)]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment