From 76f9c42d6ec2d6e1d4b6b338af8c6040871b77a2 Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Sun, 17 Nov 2013 13:46:14 -0800 Subject: [PATCH] Minor whitespace fix --- python/ycm/server/tests/get_completions_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/ycm/server/tests/get_completions_test.py b/python/ycm/server/tests/get_completions_test.py index a771d543..7751b3f7 100644 --- a/python/ycm/server/tests/get_completions_test.py +++ b/python/ycm/server/tests/get_completions_test.py @@ -166,6 +166,7 @@ def GetCompletions_ClangCompleter_WorksWhenExtraConfExplicitlyAllowed_test(): CompletionEntryMatcher( 'x' ), CompletionEntryMatcher( 'y' ) ) ) + @with_setup( Setup ) def GetCompletions_ClangCompleter_ExceptionWhenNoFlagsFromExtraConf_test(): app = TestApp( handlers.app )