Skip to content

Commit

Permalink
style: format code with prettier (#1247)
Browse files Browse the repository at this point in the history
Format code with prettier

This commit fixes the style issues introduced in 2932e4c according to the output
from Prettier.

Details: None

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
  • Loading branch information
deepsource-autofix[bot] committed Aug 11, 2023
1 parent 2932e4c commit 5eb4c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ input:focus {
}

.centeredScroll {
margin-left:40%;
margin-left: 40%;
}

.scrollTop:hover {
Expand Down

0 comments on commit 5eb4c82

Please sign in to comment.