Amend indentation in changes for CA-359124 & CA-360426

Refactor all tabs into 4x spaces

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>
This commit is contained in:
Danilo Del Busso 2021-11-09 12:19:22 +00:00
parent 7e007cd6ef
commit e169f0bfcc
No known key found for this signature in database
GPG Key ID: 55F556F9A25CB037
2 changed files with 85 additions and 84 deletions

View File

@ -72,6 +72,7 @@ namespace XenAdmin.Mappings
/// Keyed on the id in the ovf file
/// </summary>
public Dictionary<string, XenAPI.Network> Networks { get; set; }
public Dictionary<string, XenAPI.Network> VIFs { get; set; }
public override bool Equals(object obj)