mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Removing space from blank line
This commit is contained in:
@@ -495,7 +495,7 @@ class AzureProvider(BaseProvider):
|
||||
class_name = change.__class__.__name__
|
||||
if class_name == 'Delete':
|
||||
getattr(self, '_apply_{}'.format(class_name))(change)
|
||||
|
||||
|
||||
for change in changes:
|
||||
class_name = change.__class__.__name__
|
||||
if class_name != 'Delete':
|
||||
|
Reference in New Issue
Block a user