Skip to content

Commit 03b64eb

Browse files
committed
minor changes
1 parent 2502679 commit 03b64eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/src/main/java/chat/rocket/android/chatinformation/ui/MessageInfoFragment.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ class MessageInfoFragment : Fragment(), MessageInfoView {
5555
}
5656

5757
override fun onCreateView(
58-
inflater: LayoutInflater,
59-
container: ViewGroup?,
60-
savedInstanceState: Bundle?
58+
inflater: LayoutInflater,
59+
container: ViewGroup?,
60+
savedInstanceState: Bundle?
6161
): View {
6262
return inflater.inflate(R.layout.fragment_message_info, container, false)
6363
}

0 commit comments

Comments
 (0)