Skip to content

Commit

Permalink
forgot about one checkstyle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ciegler committed Jun 12, 2024
1 parent e2d3bfd commit 8f16f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const LogoPicture: React.FC = () => {
</picture>
</div>
)

Check warning on line 107 in src/main/Header.tsx

View workflow job for this annotation

GitHub Actions / test

Expected indentation of 4 spaces but found 6
}
};

Check warning on line 108 in src/main/Header.tsx

View workflow job for this annotation

GitHub Actions / test

Missing semicolon

const Logo: React.FC = () => {

Expand Down

0 comments on commit 8f16f16

Please sign in to comment.