mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 12:03:46 +00:00 
			
		
		
		
	lint: Fix indentation error in user_settings.py.
This commit is contained in:
		| @@ -142,8 +142,7 @@ def json_change_notify_settings(request, user_profile, | ||||
|                                 enable_digest_emails=REQ(validator=check_bool, | ||||
|                                                          default=None), | ||||
|                                 pm_content_in_desktop_notifications=REQ(validator=check_bool, | ||||
|                                                                                default=None) | ||||
|                                 ): | ||||
|                                                                         default=None)): | ||||
|     # type: (HttpRequest, UserProfile, Optional[bool], Optional[bool], Optional[bool], Optional[bool], Optional[bool], Optional[bool], Optional[bool], Optional[bool], Optional[bool]) -> HttpResponse | ||||
|     result = {} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user