Skip to content

Commit

Permalink
style: format code with Prettier
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in f96e4f0 according to the output
from Prettier.

Details: None
  • Loading branch information
deepsource-autofix[bot] authored Dec 24, 2023
1 parent f96e4f0 commit b6d4579
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Suggestions/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@
.top-margin {
margin-top: 5rem;
}
.suggestion-user-list-item, .suggestion-user-img, .suggestion-user-name{
.suggestion-user-list-item,
.suggestion-user-img,
.suggestion-user-name {
cursor: pointer;
}
}

0 comments on commit b6d4579

Please sign in to comment.