Skip to content

Commit

Permalink
style: format code with Prettier (#1322)
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

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
  • Loading branch information
deepsource-autofix[bot] authored Dec 24, 2023
1 parent f96e4f0 commit 04396dd
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 04396dd

Please sign in to comment.