Skip to content

Commit

Permalink
replace mistakenly removed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
joshfarrant committed Nov 19, 2024
1 parent c6aac9a commit 89b0b8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/src/IDE/fixtures/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export const files: IDEEditorFile[] = [
name: 'sentiments.ts',
suggestedLineStart: 10,
code: `import { fetch } from "fetch-h2";
async function isPositive(text: string): Promise<boolean> {
const response = await fetch(...)
const drawScatterplot = (data, height, width) => {
Expand Down Expand Up @@ -155,7 +155,7 @@ const drawScatterplot = (data, height, width) => {
suggestedLineStart: 2,
code: hljs.highlight(
`import datetime
def parse_expenses(expenses_string):
"""Parse the list of expenses and return the list of triples (date, value, currency).
Ignore lines starting with #.
Expand Down

0 comments on commit 89b0b8b

Please sign in to comment.