Skip to content

Commit 058fc4f

Browse files
committed
Fix comment indent
1 parent b4f901b commit 058fc4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/tasty/TastyFormat.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Standard-Section: "ASTs" TopLevelStat*
7171
TypeParam = TYPEPARAM Length NameRef type_Term Modifier* -- modifiers name bounds
7272
Param = PARAM Length NameRef type_Term rhs_Term? Modifier* -- modifiers name : type (= rhs_Term)?. `rhsTerm` is present in the case of an aliased class parameter
7373
PARAMEND -- ends a parameter clause
74-
-- needed if previous parameter clause is empty or another parameter clause follows
74+
-- needed if previous parameter clause is empty or another parameter clause follows
7575
Template = TEMPLATE Length TypeParam* Param* parent_Term* Self? Stat* -- [typeparams] paramss extends parents { self => stats }, where Stat* always starts with the primary constructor.
7676
Self = SELFDEF selfName_NameRef selfType_Term -- selfName : selfType
7777

0 commit comments

Comments
 (0)