Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fcmsilva committed Jun 20, 2024
1 parent ec6b2d1 commit 5afc21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/toml-check.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ def error(msg):
if expected_icon_name not in card_icons:
error(f'Lesson area {lesson_area} not found in card icons')
if expected_icon_name not in preview_icons:
error(f'Lesson area {lesson_area} not found in preview icons')
error(f'Lesson area {lesson_area} not found in preview icons')

0 comments on commit 5afc21d

Please sign in to comment.