Skip to content

Commit 47708df

Browse files
committed
chore: ran prettier:fix
1 parent 6ffbe8e commit 47708df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/homepageExperience/components/steps/go/ExecuteQuerySql.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ At 2024-12-13T13:33:18Z in Portland there were 30 ants and 0 bees`
8282
with a "census" measurement and either "bees" or "ants" fields.
8383
</p>
8484
<p>
85-
The following snippet introduces query parameters for the model query above.
86-
The fixed values "bees" and "ants" are replaced with "species1" and "species2".
87-
Add this to the end of your{' '}
85+
The following snippet introduces query parameters for the model query
86+
above. The fixed values "bees" and "ants" are replaced with "species1"
87+
and "species2". Add this to the end of your{' '}
8888
<code className="homepage-wizard--code-highlight">main</code> function:
8989
</p>
9090
<CodeSnippet

0 commit comments

Comments
 (0)