From bfef17aeb8f7a809612872a280279e7414a16686 Mon Sep 17 00:00:00 2001 From: Petr Šplíchal Date: Wed, 27 Jul 2011 17:41:02 +0200 Subject: Nitrate: Whitespace cleanup (too long line) --- Nitrate.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Nitrate.py b/Nitrate.py index e82df46..c810bef 100644 --- a/Nitrate.py +++ b/Nitrate.py @@ -494,11 +494,11 @@ class PlanType(Nitrate): """ Plan type. """ _plantypes = ['Null', 'Unit', 'Integration', 'Function', 'System', - 'Acceptance', 'Installation', 'Performance', 'Product', - 'Interoperability', 'Smoke', 'Regression', 'NotExist', - 'i18n/l10n', 'Load', 'Sanity', 'Functionality', 'Stress', - 'Stability', 'Density', 'Benchmark', 'testtest', 'test11', - 'Place Holder', 'Recovery', 'Component', 'General', 'Release'] + 'Acceptance', 'Installation', 'Performance', 'Product', + 'Interoperability', 'Smoke', 'Regression', 'NotExist', 'i18n/l10n', + 'Load', 'Sanity', 'Functionality', 'Stress', 'Stability', + 'Density', 'Benchmark', 'testtest', 'test11', 'Place Holder', + 'Recovery', 'Component', 'General', 'Release'] def __init__(self, plantype): """ -- cgit