Skip to content
This repository was archived by the owner on Mar 5, 2019. It is now read-only.

Commit 797493c

Browse files
committed
Fix Badge indentation
1 parent 9ffac68 commit 797493c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

coffeecounter/api/models.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ class CoffeeUser(models.Model):
88

99

1010
class Badge(models.Model):
11-
title = models.CharField(max_length=100)
12-
description = models.CharField(max_length=100)
11+
title = models.CharField(max_length=100)
12+
description = models.CharField(max_length=100)
1313

1414

1515
class Consumption(models.Model):

0 commit comments

Comments
 (0)