Skip to content

Commit 71a8dfc

Browse files
fix dart format
1 parent b970ac0 commit 71a8dfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/lib/widgets/sound_waveform.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class _SoundWaveformWidgetState extends State<SoundWaveformWidget> with TickerPr
102102
duration: Duration(
103103
milliseconds: widget.durationInMilliseconds,
104104
))
105-
..repeat(); // ignore: discarded_futures
105+
..repeat(); // ignore: discarded_futures
106106
}
107107

108108
@override

lib/src/support/websocket/web.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class LiveKitWebSocketWeb extends LiveKitWebSocket {
4040
LiveKitWebSocketWeb._(
4141
this._ws, [
4242
this.options,
43-
Map<String, String>? headers, // ignore: unused_element_parameter
43+
Map<String, String>? headers, // ignore: unused_element_parameter
4444
]) {
4545
_ws.binaryType = 'arraybuffer';
4646
_messageSubscription = _ws.onMessage.listen((_) {

0 commit comments

Comments
 (0)