소스 검색

fixed whitespace

John Anderson 7 년 전
부모
커밋
7a5a73ce34
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      netbox/utilities/forms.py

+ 1 - 1
netbox/utilities/forms.py

@@ -271,7 +271,7 @@ class APISelect(SelectWithDisabled):
             self.attrs['disabled-indicator'] = disabled_indicator
         if filter_for:
             for key, value in filter_for.items():
-                self.add_filter_for(key, value) 
+                self.add_filter_for(key, value)
         if conditional_query_params:
             for key, value in conditional_query_params.items():
                 self.add_conditional_query_param(key, value)