Skip to content

Commit

Permalink
Whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Jul 17, 2019
1 parent c4876c7 commit b86b1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/projects/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,7 @@ def _sync_imported_files(version, build, changed_files):

# Delete SphinxDomain objects from previous versions
# This has to be done before deleting ImportedFiles and not with a cascade,
# because multiple Domain's can reference a specific HTMLFile.
# because multiple Domain's can reference a specific HTMLFile.
(
SphinxDomain.objects
.filter(project=version.project, version=version)
Expand Down

0 comments on commit b86b1b1

Please sign in to comment.