Skip to content
This repository was archived by the owner on Feb 20, 2021. It is now read-only.

Commit b745418

Browse files
committed
Fixes whitespace issue.
1 parent 12ee370 commit b745418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XSteamPython/Viscosity.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def my_allregions_pT(pressure, temperature):
2828

2929
region = Regions.region_pt(pressure, temperature)
3030
if region is None: return Constants._errorValue
31-
31+
3232
density = Constants._errorValue
3333
if region == 1:
3434
density = 1.0/Region1.v1_pt(pressure, temperature)

0 commit comments

Comments
 (0)