Skip to content

Commit

Permalink
Merge pull request #12 from gaeun5744/feature/week6
Browse files Browse the repository at this point in the history
[test/#9] issue 테스트용 커밋
  • Loading branch information
gaeun5744 authored Jul 24, 2023
2 parents 380a614 + 88a99f2 commit e1ecf3f
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 e1ecf3f

Please sign in to comment.