Skip to content

Commit 69ee734

Browse files
committed
Black re-format
1 parent 9a33322 commit 69ee734

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

comment_spell_check/comment_spell_check.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ def spell_check_comment(
232232

233233
# Try splitting camel case words and checking each sub-word
234234
sub_words = split_camel_case(error_word)
235-
logger.debug( " Trying splitting camel case word: %s", error_word)
236-
logger.debug( " Sub-words: %s", sub_words)
235+
logger.debug(" Trying splitting camel case word: %s", error_word)
236+
logger.debug(" Sub-words: %s", sub_words)
237237

238238
if len(sub_words) > 1 and spell_check_words(spell, sub_words):
239239
continue

0 commit comments

Comments
 (0)