Skip to content

Commit

Permalink
fixed space/tab indent usage error
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadUmarAsad committed Jul 21, 2023
1 parent 300b353 commit 95912ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/db_migrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1081,12 +1081,12 @@ def version_4_0_4(self):
"""
log.log_info('Handling version_4_0_4')

self.migrate_config_db_switchport_mode()
self.migrate_config_db_switchport_mode()
self.set_version('version_4_0_4')
return 'version_4_0_5'

def version_4_0_5(self):
"""
def version_4_0_5(self):
"""
Version 4_0_5.
This is the latest version for master branch
"""
Expand Down

0 comments on commit 95912ba

Please sign in to comment.