Skip to content

Commit

Permalink
Update .github/workflows/compare_storage_layout.py
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
adu-web3 and coderabbitai[bot] authored Oct 17, 2024
1 parent 27df252 commit 6abeb59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compare_storage_layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def compare_layouts(old_layout, new_layout):
mismatches.append(f"Variable {row['Name']} has changed")

if not mismatches:
print(f"No mismatches found")
print("No mismatches found")

return mismatches

Expand Down

0 comments on commit 6abeb59

Please sign in to comment.