Skip to content

Commit

Permalink
Fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
eheinrich committed Sep 12, 2019
1 parent 57dab3a commit 8bd027d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion observation_portal/observations/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def create(self, validated_data):
rg = rgs.save()

observation = Observation.objects.create(request=rg.requests.first(), **obs_fields)

for i, config in enumerate(rg.requests.first().configurations.all()):
ConfigurationStatus.objects.create(
configuration=config,
Expand Down

0 comments on commit 8bd027d

Please sign in to comment.