mirror of
				https://github.com/dani-garcia/vaultwarden.git
				synced 2025-10-31 05:41:13 +00:00 
			
		
		
		
	Fix remaning inline format
This commit is contained in:
		
					parent
					
						
							
								367e1ce289
							
						
					
				
			
			
				commit
				
					
						92dc48b882
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1222,7 +1222,7 @@ fn to_json<'reg, 'rc>( | |||
| ) -> HelperResult { | ||||
|     let param = h.param(0).ok_or_else(|| RenderError::new("Expected 1 parameter for \"to_json\""))?.value(); | ||||
|     let json = serde_json::to_string(param) | ||||
|         .map_err(|e| RenderError::new(format!("Can't serialize parameter to JSON: {}", e)))?; | ||||
|         .map_err(|e| RenderError::new(format!("Can't serialize parameter to JSON: {e}")))?; | ||||
|     out.write(&json)?; | ||||
|     Ok(()) | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue