tools: Cleanup trailing whitespace.

Codacy warning.
This commit is contained in:
lightningterror 2022-09-12 18:50:17 +02:00
parent fdb170b443
commit 7c1bf15618
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ for filename in all_source_files:
data = f.read()
except:
continue
tokens = tokens.union(set(re.findall("(ICON_FA_[a-zA-Z0-9_]+)", data)))
print("{} tokens found.".format(len(tokens)))