Skip to content

Commit

Permalink
Change the line width to 100.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomusdrw committed Nov 10, 2019
1 parent a2c9df5 commit edff1f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Expand Up @@ -6,7 +6,7 @@ tab_width=4
end_of_line=lf
charset=utf-8
trim_trailing_whitespace=true
max_line_length=120
max_line_length=100
insert_final_newline=true

[*.yml]
Expand Down
3 changes: 2 additions & 1 deletion core/authority-discovery/primitives/src/lib.rs
Expand Up @@ -39,7 +39,8 @@ pub type AuthoritySignature = app::Signature;
decl_runtime_apis! {
/// The authority discovery api.
///
/// This api is used by the `core/authority-discovery` module to retrieve identifiers of the current authority set.
/// This api is used by the `core/authority-discovery` module to retrieve identifiers of the
/// current authority set.
pub trait AuthorityDiscoveryApi {
/// Retrieve authority identifiers of the current authority set.
fn authorities() -> Vec<AuthorityId>;
Expand Down

0 comments on commit edff1f8

Please sign in to comment.