Skip to content

Commit 8af2ca9

Browse files
committed
formatted the SBE script
1 parent aa4fc65 commit 8af2ca9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

website/src/scripts/stylusByExampleDocsHandler.ts

+1-6
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,7 @@ const allowList = [
2121
'bytes_in_bytes_out',
2222
];
2323

24-
const appsAllowList = [
25-
'erc20',
26-
'erc721',
27-
'vending_machine',
28-
'multi_call',
29-
];
24+
const appsAllowList = ['erc20', 'erc721', 'vending_machine', 'multi_call'];
3025

3126
function load(app) {
3227
const outputDir = path.join(app.options.getValue('out'), '../../stylus-by-example');

0 commit comments

Comments
 (0)