Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
liamaharon committed May 9, 2024
1 parent 62d9696 commit 9c5fcbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
env:
RUST_BACKTRACE: 1
# pin nightly to avoid constantly throwing out cache
TOOLCHAIN_LINT: nightly-2023-11-13
TOOLCHAIN_LINT: nightly-2024-04-09

jobs:
doc:
Expand Down
3 changes: 1 addition & 2 deletions core/src/inherents/custom_idps/timestamp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ impl InherentDataProvider {
+ self.blocktime_millis,
)
.timestamp(),
None => sp_timestamp::InherentDataProvider::from_system_time()
.timestamp(),
None => sp_timestamp::InherentDataProvider::from_system_time().timestamp(),
}
}
}
Expand Down

0 comments on commit 9c5fcbe

Please sign in to comment.