Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
franklywatson authored Oct 26, 2024
1 parent 3fe049d commit aa3809d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/ast-explorer/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ import { Data, TreeView } from "./tree";
import { createRoot } from 'react-dom/client';

const defaultCode = `
pub contract C {
pub resource R {}
pub fun createR(): @R {
access(all) contract C {
access(all) resource R {}
access(all) fun createR(): @R {
return <- create R()
}
}
Expand Down

0 comments on commit aa3809d

Please sign in to comment.