Skip to content

Commit 4a8e02e

Browse files
Add spaces in Modelica\Blocks\Sources.mo
1 parent eaf1a22 commit 4a8e02e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modelica/Blocks/Sources.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1691,7 +1691,7 @@ than the shifted minimum abscissa value defined in the table.
16911691
assert(noEvent(time <= t_max + shiftTime), "
16921692
Extrapolation warning: Time must be less or equal
16931693
than the shifted maximum abscissa value defined in the table.
1694-
", level=AssertionLevel.warning);
1694+
", level = AssertionLevel.warning);
16951695
end if;
16961696

16971697
timeScaled = time/timeScale;

0 commit comments

Comments
 (0)