Skip to content

Commit 3111894

Browse files
committed
Remove erroneous whitespace
1 parent db387c7 commit 3111894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RIGS/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ def display_id(self):
378378
return f"N{self.pk:05d}"
379379
return self.pk
380380
return "????"
381-
381+
382382
@property
383383
def needs_mic(self):
384384
return self.is_rig and not self.dry_hire

0 commit comments

Comments
 (0)