Skip to content
Snippets Groups Projects
Commit 5fc9d8bd authored by Nathan Wilcox's avatar Nathan Wilcox
Browse files

Remove a tab character from the end of a line to pass policy requirements.

parent c1d7951e
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ def die(msg):
PRODUCTION_ACCEPTABLE = (compatibility.Same, compatibility.Newer)
DEVELOPMENT_ACCEPTABLE = (
compatibility.Same, compatibility.Newer,
compatibility.Older, compatibility.Mixed)
compatibility.Older, compatibility.Mixed)
MAX_MASTER_AGE = 60 * 60 * 4 # refresh master cache every 4 hours
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment