Skip to content

Commit cf87e74

Browse files
Birgit SchachlerBirgit Schachler
authored andcommitted
Fix wrong indentation
1 parent 8486bad commit cf87e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windpowerlib/wind_turbine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def restructure_data():
173173
filename = 'cp_curves.csv'
174174
self.cp_values, p_nom = restructure_data()
175175
if self.nominal_power is None:
176-
self.nominal_power = p_nom
176+
self.nominal_power = p_nom
177177
return self
178178

179179

0 commit comments

Comments
 (0)