Skip to content

Commit f4745b4

Browse files
committed
Fixed indentation issue
1 parent cb51987 commit f4745b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sonic-py-common/tests/mock_swsscommon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def get(self, db, table, field):
1717

1818

1919
class ConfigDBConnector:
20-
def __init__(self):
20+
def __init__(self):
2121
self.CONFIG_DB = 'CONFIG_DB'
2222
self.data = {"key_encrypt": "True"}
2323

0 commit comments

Comments
 (0)