 Issue 29756646:
  Noissue - Adapt best practices for trailing commas (abpssembly)  (Closed)
    
  
    Issue 29756646:
  Noissue - Adapt best practices for trailing commas (abpssembly)  (Closed) 
  | Index: sitescripts/extensions/web/adblockbrowserUpdates.py | 
| =================================================================== | 
| --- a/sitescripts/extensions/web/adblockbrowserUpdates.py | 
| +++ b/sitescripts/extensions/web/adblockbrowserUpdates.py | 
| @@ -68,8 +68,8 @@ | 
| 'url': build_url, | 
| 'hash_function': 'SHA512', | 
| 'hash_value': hashlib.sha512(build_content).hexdigest(), | 
| - 'size': len(build_content) | 
| - } | 
| + 'size': len(build_content), | 
| + }, | 
| }) |