Skip to content

Commit 7eea77b

Browse files
committed
cleaup extra whitespaces
1 parent 4fe4e5a commit 7eea77b

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

example/CodeFuse/CommentCodePairsPython.gdl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ impl PublicVisitedElement {
6363
}
6464
}
6565
}
66-
67-
6866
}
6967

7068
pub fn hasComment(e: PublicVisitedElement) -> bool {

example/CodeFuse/CommentRatioJava.gdl

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ impl PublicClass {
3131
}
3232
}
3333
}
34-
35-
3634
}
3735

3836
//具有public修饰符的接口
@@ -61,8 +59,6 @@ impl PublicInterface {
6159
}
6260
}
6361
}
64-
65-
6662
}
6763

6864
//具有public修饰符的函数,并且不属于匿名函数
@@ -97,8 +93,6 @@ impl PublicMethod {
9793
}
9894
}
9995
}
100-
101-
10296
}
10397

10498
pub fn _isAnonymousMethod(m: Method) -> bool {
@@ -153,8 +147,6 @@ impl PublicField {
153147
}
154148
}
155149
}
156-
157-
158150
}
159151

160152
schema PublicEnum extends EnumConstant {
@@ -183,8 +175,6 @@ impl PublicEnum {
183175
}
184176
}
185177
}
186-
187-
188178
}
189179

190180
schema PublicConstructor extends Constructor {
@@ -214,8 +204,6 @@ impl PublicConstructor {
214204
}
215205
}
216206
}
217-
218-
219207
}
220208

221209
schema ConstructorWithParameter extends PublicConstructor {
@@ -243,8 +231,6 @@ impl ConstructorWithParameter {
243231
}
244232
}
245233
}
246-
247-
248234
}
249235

250236
schema ConstructorWithoutParameter extends PublicConstructor {
@@ -280,8 +266,6 @@ impl ConstructorWithoutParameter {
280266
}
281267
}
282268
}
283-
284-
285269
}
286270

287271
schema PublicVisitedElement extends ElementParent {
@@ -357,8 +341,6 @@ impl PublicVisitedElement {
357341
}
358342
}
359343
}
360-
361-
362344
}
363345

364346
//找到注释与JavaDoc注释连在一起的情况,用于排除

0 commit comments

Comments
 (0)