Skip to content

Commit a497216

Browse files
author
Dave Lassalle
committed
issue #1019 - black updates
1 parent 95c468c commit a497216

File tree

1 file changed

+3
-1
lines changed
  • volatility3/framework/plugins/windows/registry

1 file changed

+3
-1
lines changed

volatility3/framework/plugins/windows/registry/printkey.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,9 @@ def _printkey_iterator(
154154
key_node_name = renderers.UnreadableValue()
155155

156156
# if the item is a subkey, use the LastWriteTime of that subkey
157-
last_write_time = conversion.wintime_to_datetime(node.LastWriteTime.QuadPart)
157+
last_write_time = conversion.wintime_to_datetime(
158+
node.LastWriteTime.QuadPart
159+
)
158160

159161
yield (
160162
depth,

0 commit comments

Comments
 (0)