Skip to content

Commit

Permalink
refactor(CartManager): Blank line at the end of File
Browse files Browse the repository at this point in the history
  • Loading branch information
looee1q committed Dec 19, 2024
1 parent a536a18 commit d9f9576
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ interface CartManager {
onGetCartContent: (CartContent) -> Unit,
onError: (code: Int, msg: String?) -> Unit = { _: Int, _: String? -> }
)
}
}

0 comments on commit d9f9576

Please sign in to comment.