Skip to content

Commit

Permalink
[test/#9] issue 테스트용 커밋
Browse files Browse the repository at this point in the history
  • Loading branch information
gaeun5744 committed Jun 29, 2023
1 parent 380a614 commit 88a99f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import org.android.go.sopt.databinding.FragmentSearchBinding
class SearchFragment : Fragment() {
private var _binding: FragmentSearchBinding? = null
private val binding: FragmentSearchBinding
get() = requireNotNull(_binding) { "앗 ! _binding이 null이다 !" }
get() = requireNotNull(_binding) { "binding is null" }

override fun onCreateView(
inflater: LayoutInflater,
Expand Down

0 comments on commit 88a99f2

Please sign in to comment.