From ab9b0daabfd1774810fb8e421fd247d30e5b30b2 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 18 Aug 2014 23:21:49 +0200 Subject: [PATCH] * Whitespace --- spacy/spacy.pyx | 2 -- 1 file changed, 2 deletions(-) diff --git a/spacy/spacy.pyx b/spacy/spacy.pyx index 3caea5d76..befa82cc7 100644 --- a/spacy/spacy.pyx +++ b/spacy/spacy.pyx @@ -198,5 +198,3 @@ cdef inline int _extend(Tokens tokens, Lexeme** chunk) nogil: tokens.vctr[0].push_back(chunk[i]) tokens.length += 1 i += 1 - -