mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-04 01:15:14 +00:00 
			
		
		
		
	remove unnecessary whitespace
This commit is contained in:
		@@ -185,7 +185,7 @@ const internalNginx = {
 | 
			
		||||
		// Prevent modifying the original object:
 | 
			
		||||
		let host             = JSON.parse(JSON.stringify(host_row));
 | 
			
		||||
		const nice_host_type = internalNginx.getFileFriendlyHostType(host_type);
 | 
			
		||||
		
 | 
			
		||||
 | 
			
		||||
		if (config.debug()) {
 | 
			
		||||
			logger.info('Generating ' + nice_host_type + ' Config:', JSON.stringify(host, null, 2));
 | 
			
		||||
		}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user