test commit

This commit is contained in:
Shivam Goyal
2022-09-22 14:50:00 +05:30
parent 15f21163aa
commit 3b4df32201
2 changed files with 3 additions and 4 deletions

View File

@@ -27,4 +27,4 @@ jobs:
- uses: reviewdog/action-suggester@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
tool_name: spotless
tool_name: spotless

View File

@@ -22,9 +22,8 @@ import com.navi.naviwidgets.models.response.TextFieldData
import kotlin.math.roundToInt
class CollapsibleAmountSliderView @JvmOverloads constructor(
context: Context?,
attrs: AttributeSet? = null
class CollapsibleAmountSliderView @JvmOverloads constructor(
context: Context?, attrs : AttributeSet? = null
) : LinearLayout(context, attrs), SeekBar.OnSeekBarChangeListener {