Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

WeightInfo for System, Timestamp, and Utility #6868

Merged
15 commits merged into from
Aug 17, 2020
Prev Previous commit
Next Next commit
Update writer.rs
  • Loading branch information
shawntabrizi committed Aug 5, 2020
commit 996f0836f902433a98b42654dd2aa82a2d7aeb1b
1 change: 0 additions & 1 deletion utils/frame/benchmarking-cli/src/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ pub fn write_results(batches: &[BenchmarkBatch]) -> Result<(), std::io::Error> {
write!(
file,
"#![allow(unused_parens)]\n\n",
VERSION,
)?;

// general imports
Expand Down