Skip to content

Commit

Permalink
spacing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chb2mn authored and joachimmetz committed Dec 16, 2023
1 parent d2c7e25 commit 0a0ab98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plaso/parsers/sqlite_plugins/firefox_downloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class Firefox118DownloadsPlugin(interface.SQLitePlugin):
'origin_id INTEGER REFERENCES moz_origins(id), '
'recalc_frecency INTEGER NOT NULL DEFAULT 0, alt_frecency INTEGER, '
'recalc_alt_frecency INTEGER NOT NULL DEFAULT 0)'}
]
]

def _GetDateTimeRowValue(self, query_hash, row, value_name):
"""Retrieves a date and time value from the row.
Expand Down Expand Up @@ -176,7 +176,7 @@ def ParseDownloadsRow(
"""
query_hash = hash(query)

content = self._GetRowValue(query_hash,row,'content')
content = self._GetRowValue(query_hash, row, 'content')
content_data = json.loads(content)

event_data = Firefox118DownloadEventData()
Expand Down

0 comments on commit 0a0ab98

Please sign in to comment.