Skip to content

Commit

Permalink
style: Automatic code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 7, 2024
1 parent 49956a6 commit efcc90e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/signatures/windows/system_location_discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

from lib.cuckoo.common.abstracts import Signature


class QueriesKeyboardLayout(Signature):
name = "queries_keyboard_layout"
description = "Queries the keyboard layout"
Expand All @@ -34,6 +35,6 @@ def __init__(self, *args, **kwargs):
def on_call(self, call, process):
self.mark_call()
self.ret = True

def on_complete(self):
return self.ret

0 comments on commit efcc90e

Please sign in to comment.