Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-baker committed Mar 14, 2024
1 parent 68afe89 commit 60371a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const kValidStatements = {
function_call2: `workgroupBarrier()`,

if1: `if true { } else { }`,
if2: `if true { }`,
if2: `if true { }`,

break1: `loop { break; }`,
break2: `loop { if false { break; } }`,
Expand Down

0 comments on commit 60371a6

Please sign in to comment.