Minor whitespace fix

This commit is contained in:
Strahinja Val Markovic 2013-11-17 13:46:14 -08:00
parent 1f23171c08
commit 76f9c42d6e

View File

@ -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 )