Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzolewis authored and tauri-bot committed Oct 11, 2023
1 parent bc35524 commit 0ee4fbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/content/docs/features/clipboard.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ import { writeText, readText } from '@tauri-apps/plugin-clipboard-manager';
await writeText('Tauri is awesome!');

// Read text from the clipboard
const content = await readText()
console.log(content)
const content = await readText();
console.log(content);
// Prints "Tauri is awesome!" to the console
```

Expand All @@ -101,4 +101,4 @@ console.log(content)
<Stub />

</TabItem>
</Tabs>
</Tabs>

0 comments on commit 0ee4fbd

Please sign in to comment.