Skip to content

Commit 4c2983e

Browse files
committed
docs(features): fix style
1 parent 66dcfda commit 4c2983e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/features/style.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -448,13 +448,10 @@ function doAction(action) {
448448
switch (action) {
449449
case 'hack':
450450
return 'hack';
451-
break;
452451
case 'slash':
453452
return 'slash';
454-
break;
455453
case 'run':
456454
return 'run';
457-
break;
458455
default:
459456
throw new Error('Invalid action.');
460457
}

0 commit comments

Comments
 (0)