Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
  • Loading branch information
ggwpez committed Aug 16, 2024
1 parent 14d9720 commit dd2940a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/test/parse/helper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ macro_rules! integration_test {
for f in &rust_files {
let path = std::fs::canonicalize(f).unwrap();
let f = &path;

match $crate::parse::try_parse_file(Path::new("."), f){
None => if pallet_files.contains(f) {
let err = $crate::parse::pallet::parse_file(f).unwrap_err();
Expand Down

0 comments on commit dd2940a

Please sign in to comment.