Skip to content

Commit 2ed4acc

Browse files
committed
Reformat
1 parent 6642454 commit 2ed4acc

File tree

1 file changed

+5
-5
lines changed
  • support/code-coverage/src

1 file changed

+5
-5
lines changed

Diff for: support/code-coverage/src/lib.rs

+5-5
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,11 @@ fn analyze_file(path: &Path, root_path: &Path) -> Vec<PalletInfo> {
188188
strip_common_suffix("/src/lib.rs".as_ref(), strip_common_prefix(root_path, path))
189189
.display(),
190190
);
191-
let mut info = PalletInfo {
192-
path: path.to_path_buf(),
193-
pallet_name:extract_pallet_name(path).unwrap_or("pallet".to_string()),
194-
..Default::default()
195-
};
191+
let mut info = PalletInfo {
192+
path: path.to_path_buf(),
193+
pallet_name: extract_pallet_name(path).unwrap_or("pallet".to_string()),
194+
..Default::default()
195+
};
196196

197197
// collect all Call methods
198198
if let Some(call) = &pallet.call {

0 commit comments

Comments
 (0)