Skip to content

Commit bcb1738

Browse files
fix(lint): indent the for loop inside the list literal
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent bb15159 commit bcb1738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/pathway/tutorial/devtools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class GamePage extends StatelessWidget {
7878
Row(
7979
spacing: 5.0,
8080
children: [
81-
for (var letter in guess) Tile(letter.char, letter.type)
81+
for (var letter in guess) Tile(letter.char, letter.type)
8282
]
8383
),
8484
],

0 commit comments

Comments
 (0)