mirror of
				https://github.com/dani-garcia/vaultwarden.git
				synced 2025-10-31 10:18:19 +02:00 
			
		
		
		
	Remove unnecessary return
This commit is contained in:
		| @@ -444,7 +444,7 @@ pub fn format_datetime_http(dt: &DateTime<Local>) -> String { | ||||
|  | ||||
|     // HACK: HTTP expects the date to always be GMT (UTC) rather than giving an | ||||
|     // offset (which would always be 0 in UTC anyway) | ||||
|     return expiry_time.to_rfc2822().replace("+0000", "GMT"); | ||||
|     expiry_time.to_rfc2822().replace("+0000", "GMT") | ||||
| } | ||||
|  | ||||
| // | ||||
|   | ||||
		Reference in New Issue
	
	Block a user