diff options
author | Allan Wang <me@allanwang.ca> | 2019-06-13 14:07:53 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-06-13 14:07:53 -0700 |
commit | a3589553aa19e570f5df34c143afd5dead32e9ef (patch) | |
tree | f948736ea08fff330c2759b3ea3d321115211dc2 /colorpicker/src | |
parent | e1849c9c633047979d8017262041e925ec3bd219 (diff) | |
download | kau-a3589553aa19e570f5df34c143afd5dead32e9ef.tar.gz kau-a3589553aa19e570f5df34c143afd5dead32e9ef.tar.bz2 kau-a3589553aa19e570f5df34c143afd5dead32e9ef.zip |
Apply spotless
Diffstat (limited to 'colorpicker/src')
-rw-r--r-- | colorpicker/src/main/kotlin/ca/allanwang/kau/colorpicker/CircleView.kt | 2 | ||||
-rw-r--r-- | colorpicker/src/main/kotlin/ca/allanwang/kau/colorpicker/ColorPickerDialog.kt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/colorpicker/src/main/kotlin/ca/allanwang/kau/colorpicker/CircleView.kt b/colorpicker/src/main/kotlin/ca/allanwang/kau/colorpicker/CircleView.kt index e748677..29257d8 100644 --- a/colorpicker/src/main/kotlin/ca/allanwang/kau/colorpicker/CircleView.kt +++ b/colorpicker/src/main/kotlin/ca/allanwang/kau/colorpicker/CircleView.kt @@ -238,4 +238,4 @@ class CircleView @JvmOverloads constructor(context: Context, attrs: AttributeSet @ColorInt fun shiftColorUp(@ColorInt color: Int): Int = shiftColor(color, 1.1f) } -}
\ No newline at end of file +} diff --git a/colorpicker/src/main/kotlin/ca/allanwang/kau/colorpicker/ColorPickerDialog.kt b/colorpicker/src/main/kotlin/ca/allanwang/kau/colorpicker/ColorPickerDialog.kt index 02a1fff..487ed76 100644 --- a/colorpicker/src/main/kotlin/ca/allanwang/kau/colorpicker/ColorPickerDialog.kt +++ b/colorpicker/src/main/kotlin/ca/allanwang/kau/colorpicker/ColorPickerDialog.kt @@ -63,4 +63,4 @@ fun MaterialDialog.kauColorChooser(c: ColorContract) { selection = c.callback ) positiveButton(R.string.kau_done) -}
\ No newline at end of file +} |