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

Commit e6563eb

Browse files
ruseinovbkchr
andauthored
Update frame/support/procedural/src/construct_runtime/mod.rs
Co-authored-by: Bastian Köcher <[email protected]>
1 parent d0326c2 commit e6563eb

File tree

1 file changed

+1
-1
lines changed
  • frame/support/procedural/src/construct_runtime

1 file changed

+1
-1
lines changed

frame/support/procedural/src/construct_runtime/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,5 +644,5 @@ fn check_pallet_number(input: TokenStream2, pallet_num: usize) -> Result<()> {
644644
))
645645
}
646646

647-
return Ok(())
647+
Ok(())
648648
}

0 commit comments

Comments
 (0)