Skip to content

Commit 87156b3

Browse files
angelacorteDanySK
authored andcommitted
style: add missing space
1 parent e0263e3 commit 87156b3

File tree

1 file changed

+3
-0
lines changed
  • alchemist-implementationbase/src/main/kotlin/it/unibo/alchemist/model/terminators

1 file changed

+3
-0
lines changed

alchemist-implementationbase/src/main/kotlin/it/unibo/alchemist/model/terminators/StableMetrics.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,17 @@ class StableMetrics<T>(
153153
* The maximum value for steps, used to determine when the step stability is reached.
154154
*/
155155
const val STEP_MAX_VALUE: Long = MAX_VALUE
156+
156157
/**
157158
* The default value for steps, used when no stability is required.
158159
*/
159160
const val DEFAULT_STEP: Long = 0L
161+
160162
/**
161163
* The maximum value for time, used to determine when the time stability is reached.
162164
*/
163165
val TIME_MAX_VALUE: Time = INFINITY
166+
164167
/**
165168
* The default time value, used when no stability is required.
166169
*/

0 commit comments

Comments
 (0)