Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fmt
  • Loading branch information
hzy1919 committed Apr 27, 2022
commit 094b59438346be8b7de8e45a0421571327acdfc1
5 changes: 4 additions & 1 deletion utils/frame/benchmarking-cli/src/pallet/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ use std::{
use inflector::Inflector;
use serde::Serialize;

use crate::{shared::{UnderscoreFormatHelper,UnderscoreHelper}, PalletCmd};
use crate::{
shared::{UnderscoreFormatHelper, UnderscoreHelper},
PalletCmd,
};
use frame_benchmarking::{
Analysis, AnalysisChoice, BenchmarkBatchSplitResults, BenchmarkResult, BenchmarkSelector,
RegressionModel,
Expand Down