Skip to content

Commit

Permalink
Apply spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
soulcramer committed May 22, 2024
1 parent 54ca269 commit 1803ada
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ private val NightShade100 = Color(0xFFF0F2F5)
private val NightShade50 = Color(0xFFF6F8F9)
// endregion


internal val LeboncoinColorPartLight: SparkColors = lightSparkColors(
accent = Plum500,
onAccent = Color.White,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/

package com.adevinta.spark.components.tags

import androidx.compose.foundation.layout.RowScope
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/

package com.adevinta.spark.components.tags

import androidx.compose.foundation.BorderStroke
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/

package com.adevinta.spark.components.tags

import androidx.compose.foundation.layout.RowScope
Expand Down
1 change: 0 additions & 1 deletion spark/src/main/kotlin/com/adevinta/spark/tokens/Font.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import androidx.compose.ui.text.font.FontFamily
import androidx.compose.ui.text.font.FontStyle
import androidx.compose.ui.text.font.FontWeight
import com.adevinta.spark.R
import kotlinx.coroutines.CoroutineExceptionHandler

/**
* Creates a [SparkFontFamily] with the given [fontFamily] and [useSparkTokensHighlighter].
Expand Down

0 comments on commit 1803ada

Please sign in to comment.