Skip to content

Commit 52d3600

Browse files
committed
fix identation
1 parent 29ab911 commit 52d3600

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

SoftLayer/fixtures/SoftLayer_Scale_Group.py

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,20 @@
2828
}
2929
],
3030
'policies': [
31-
{'actions': [
32-
{
33-
'amount': 1,
34-
'createDate': '2019-09-26T18:30:22-04:00',
35-
'deleteFlag': None,
36-
'id': 611111,
37-
'modifyDate': None,
38-
'scalePolicy': None,
39-
'scalePolicyId': 681111,
40-
'scaleType': 'RELATIVE',
41-
'typeId': 1
42-
}
43-
],
31+
{
32+
'actions': [
33+
{
34+
'amount': 1,
35+
'createDate': '2019-09-26T18:30:22-04:00',
36+
'deleteFlag': None,
37+
'id': 611111,
38+
'modifyDate': None,
39+
'scalePolicy': None,
40+
'scalePolicyId': 681111,
41+
'scaleType': 'RELATIVE',
42+
'typeId': 1
43+
}
44+
],
4445
'cooldown': None,
4546
'createDate': '2019-09-26T18:30:14-04:00',
4647
'id': 680000,

0 commit comments

Comments
 (0)