فهرست منبع

Removed trailing space

Saria Hajjar 6 سال پیش
والد
کامیت
aa4f73ffbf
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      netbox/dcim/forms.py

+ 1 - 1
netbox/dcim/forms.py

@@ -74,7 +74,7 @@ class InterfaceCommonForm:
         elif self.cleaned_data['mode'] == IFACE_MODE_TAGGED_ALL:
             self.cleaned_data['tagged_vlans'] = []
 
-        # Validate tagged VLANs; must be a global VLAN or in the same site 
+        # Validate tagged VLANs; must be a global VLAN or in the same site
         else:
             for tagged_vlan in tagged_vlans:
                 if tagged_vlan.site not in [self.cleaned_data['device'].site, None]: