Skip to content

Commit

Permalink
[#232] apply formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SonnyBA committed Oct 18, 2024
1 parent e878b59 commit ab79c0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class DigitaalAdres(APIMixin, models.Model):
"met dit adres contact kan worden opgenomen."
),
max_length=255,
choices=SoortDigitaalAdres.choices
choices=SoortDigitaalAdres.choices,
)
adres = models.CharField(
_("adres"),
Expand Down

0 comments on commit ab79c0c

Please sign in to comment.