Skip to content

Commit c38d878

Browse files
committed
style: fix indentation
1 parent 2ca9323 commit c38d878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reia/datamodel/lossvalues.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class RiskValue(ORMBase):
4646

4747
_calculation_oid = Column(BigInteger,
4848
ForeignKey('loss_calculation._oid',
49-
ondelete='CASCADE'),
49+
ondelete='CASCADE'),
5050
primary_key=True)
5151

5252
_calculationbranch_oid = Column(BigInteger,

0 commit comments

Comments
 (0)