Skip to content

Commit d4c8eb1

Browse files
committed
style: Automatic code formatting
1 parent c68429a commit d4c8eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cuckoo/common/integrations/file_extra_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def static_file_info(
229229
if processing_conf.trid.enabled:
230230
data_dictionary["trid"] = trid_info(file_path)
231231

232-
if processing_conf.die.enabled: # and HAVE_DIE:
232+
if processing_conf.die.enabled: # and HAVE_DIE:
233233
data_dictionary["die"] = detect_it_easy_info(file_path)
234234

235235
if HAVE_FLOSS and processing_conf.floss.enabled and "Mono" not in data_dictionary["type"]:

0 commit comments

Comments
 (0)