Skip to content

Commit

Permalink
pure codeview-Code indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
zhilong-xu committed Nov 25, 2021
1 parent 6777fb3 commit d32286b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions delfin/drivers/pure/flasharray/pure_flasharray.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ def get_storage(self, context):
system = int(storage.get('system', consts.DEFAULT_CAPACITY))
snapshots = int(storage.get('snapshots',
consts.DEFAULT_CAPACITY))
total_capacity = raw_capacity - shared_space - system - \
snapshots
total_capacity =\
raw_capacity - shared_space - system - snapshots
break

arrays = self.rest_handler.rest_call(self.rest_handler.REST_ARRAY_URL)
Expand Down

0 comments on commit d32286b

Please sign in to comment.