Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth Agarwal committed Jun 25, 2024
1 parent b22a699 commit 5ec1369
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ class InputAgeTest {
// no-op
},
),

)
}

Expand All @@ -48,7 +47,6 @@ class InputAgeTest {
// no-op
},
),

)
}

Expand All @@ -71,7 +69,6 @@ class InputAgeTest {
inputType = it
},
),

)
}

Expand All @@ -92,7 +89,6 @@ class InputAgeTest {
// no-op
},
),

)
}

Expand All @@ -115,7 +111,6 @@ class InputAgeTest {
inputType = it
},
),

)
}

Expand All @@ -137,7 +132,6 @@ class InputAgeTest {
inputType = it
},
),

)
}

Expand All @@ -163,8 +157,7 @@ class InputAgeTest {
inputType = it
},
),

)
)
}

rule.onNodeWithTag("INPUT_AGE_TIME_UNIT_SELECTOR").assertExists()
Expand Down

0 comments on commit 5ec1369

Please sign in to comment.