Skip to content

Commit 006beaa

Browse files
committed
Review marks
1 parent b0b2cae commit 006beaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/goide/psi/impl/GoElementFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ public static GoGoStatement createGoStatement(@NotNull Project project, @NotNull
191191

192192
@NotNull
193193
public static GoForStatement createForStatement(@NotNull Project project, @NotNull String text) {
194-
GoFile file = createFileFromText(project, "package a; func a() {\n for {\n" + text + "\n}\n}");
194+
GoFile file = createFileFromText(project, "package a; func a() {\n for {\n" + text + "\n}\n}");
195195
return PsiTreeUtil.findChildOfType(file, GoForStatement.class);
196196
}
197197

0 commit comments

Comments
 (0)