style: format code with Prettier

This commit fixes the style issues introduced in 8c02e38 according to the output
from Prettier.

Details: None
This commit is contained in:
deepsource-autofix[bot] 2024-05-25 14:06:48 +00:00 committed by GitHub
parent 8c02e380d0
commit bfb109ad15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 4 deletions

View file

@ -107,4 +107,4 @@ class Article(models.Model):
def __str__(self):
return self.title
```
```