Skip to content

Commit 8e871ec

Browse files
committed
Fix line too long
1 parent fcf4b5b commit 8e871ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pygccxml/parser/declarations_cache.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,9 @@ def __is_valid_signature(self, record):
276276
class dummy_cache_t(cache_base_t):
277277

278278
"""
279-
By default no caching is enabled in pygccxml. This is an empty cache object.
279+
This is an empty cache object.
280+
281+
By default no caching is enabled in pygccxml.
280282
281283
"""
282284

0 commit comments

Comments
 (0)