Skip to content

Commit a9a34f4

Browse files
committed
minor cleanups
1 parent 6b802d4 commit a9a34f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/annotation/tailrec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ package scala.annotation
1818
* If it is present, the compiler will issue an error if the method cannot
1919
* be optimized into a loop.
2020
*/
21-
final class tailrec extends scala.annotation.StaticAnnotation
21+
final class tailrec extends StaticAnnotation

0 commit comments

Comments
 (0)