Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshOrndorff committed Nov 28, 2023
1 parent cb48918 commit edd8be4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions node/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -273,11 +273,7 @@ pub fn new_full(config: Configuration) -> Result<TaskManager, ServiceError> {
slot_duration,
);

Ok((
slot,
parent_idp,
timestamp,
))
Ok((slot, parent_idp, timestamp))
}
},
force_authoring,
Expand Down

0 comments on commit edd8be4

Please sign in to comment.