Skip to content

Commit

Permalink
refactor: 移除不必要括号
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim-shop committed May 25, 2023
1 parent c215e2e commit 79646f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)

with(ActivityMainBinding.inflate((layoutInflater))) {
with(ActivityMainBinding.inflate(layoutInflater)) {
setContentView(root)

amTb.setNavigationOnClickListener {
Expand Down

0 comments on commit 79646f8

Please sign in to comment.