Skip to content

Commit

Permalink
fix:prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
adpthegreat committed Sep 12, 2024
1 parent 0d7ffa5 commit 56028b0
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ called a seed and then use mathematical formulas to generate subsequent numbers
in the sequence. Given the same seed, a PRNG will always produce the same
sequence of numbers. It's important to seed with something close to true
entropy: an admin-provided "random" input, the last system log, some combination
of your system's clock time and other factors, etc.. Fun fact: some older video games
have been broken because speedrunners found out how their randomness was
of your system's clock time and other factors, etc.. Fun fact: some older video
games have been broken because speedrunners found out how their randomness was
calculated. One game in particular used the number of steps you've taken in the
game as a seed.

Expand Down Expand Up @@ -1227,7 +1227,7 @@ imports, and adds a new function called `delay`.

```typescript
import * as anchor from "@coral-xyz/anchor";
import { Program , BN } from "@coral-xyz/anchor";
import { Program, BN } from "@coral-xyz/anchor";
import { BurryEscrow } from "../target/types/burry_escrow";
import { Big } from "@switchboard-xyz/common";
import {
Expand Down Expand Up @@ -1639,4 +1639,3 @@ If you get stuck, we have the solution in the
Push your code to GitHub and
[tell us what you thought of this lesson](https://form.typeform.com/to/IPH0UGz7#answers-lesson=5af49eda-f3e7-407d-8cd7-78d0653ee17c)!
</Callout>

0 comments on commit 56028b0

Please sign in to comment.