Skip to content

Commit d5d1d42

Browse files
committed
Drop stray comma
1 parent 6a5f9da commit d5d1d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/CheckRealizable.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ object CheckRealizable {
4949
def boundsRealizability(tp: Type)(implicit ctx: Context): Realizability =
5050
new CheckRealizable().boundsRealizability(tp)
5151

52-
private val LateInitialized = Lazy | Erased,
52+
private val LateInitialized = Lazy | Erased
5353
}
5454

5555
/** Compute realizability status */

0 commit comments

Comments
 (0)