Skip to content

Commit 6c9c089

Browse files
committed
Random flake8 failure
1 parent 7ce0b06 commit 6c9c089

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ycmd/responses.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ def BuildDisplayMessageResponse( text ):
9696

9797

9898
def BuildDetailedInfoResponse( text ):
99-
""" Returns the response object for displaying detailed information about types
100-
and usage, such as within a preview window"""
99+
""" Returns the response object for displaying detailed information about
100+
types and usage, such as within a preview window"""
101101
return {
102102
'detailed_info': text
103103
}

0 commit comments

Comments
 (0)