Skip to content

Commit 295fa5d

Browse files
committed
spotless
1 parent 6f6398e commit 295fa5d

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

livekit-android-sdk/src/main/java/io/livekit/android/room/DefaultsManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023 LiveKit, Inc.
2+
* Copyright 2023-2024 LiveKit, Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

livekit-android-sdk/src/main/java/io/livekit/android/room/track/LocalScreencastVideoTrack.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ import livekit.org.webrtc.VideoProcessor
4242
import livekit.org.webrtc.VideoSource
4343
import java.util.UUID
4444

45-
4645
/**
4746
* A video track that captures the screen for publishing.
4847
*
@@ -94,7 +93,6 @@ constructor(
9493
}
9594

9695
private fun getCaptureDimensions(displayWidth: Int, displayHeight: Int): Pair<Int, Int> {
97-
9896
val captureWidth: Int
9997
val captureHeight: Int
10098

livekit-android-sdk/src/main/java/io/livekit/android/room/track/LocalVideoTrackOptions.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ enum class VideoPreset43(
173173
),
174174
}
175175

176-
177176
/**
178177
* 16:9 Video presets along with suggested bitrates.
179178
*/

0 commit comments

Comments
 (0)