Skip to content

Commit 41062b0

Browse files
committed
use space instead of tab in GamepadHapticActuator.webidl
1 parent dfde727 commit 41062b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/web-sys/webidls/enabled/GamepadHapticActuator.webidl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ interface GamepadHapticActuator
4141
[Throws, NewObject, RustDeprecated]
4242
Promise<boolean> pulse(double value, double duration);
4343

44-
readonly attribute FrozenArray<GamepadHapticEffectType> effects;
44+
readonly attribute FrozenArray<GamepadHapticEffectType> effects;
4545
Promise<GamepadHapticsResult> playEffect(
4646
GamepadHapticEffectType type,
4747
optional GamepadEffectParameters params = {}

0 commit comments

Comments
 (0)