Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Posselt committed Jun 23, 2016
1 parent 6a51c70 commit 148e569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nextcloudappstore/core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ class Meta:

def __str__(self) -> str:
return '%s: %s %s' % (self.app_release, self.database,
self.version_spec)
self.version_spec)


class PhpExtension(Model):
Expand Down Expand Up @@ -241,4 +241,4 @@ class Meta:

def __str__(self) -> str:
return '%s: %s %s' % (self.app_release.app, self.php_extension,
self.version_spec)
self.version_spec)

0 comments on commit 148e569

Please sign in to comment.