Skip to content

Commit

Permalink
un-inline this function since it's not very necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
Arian04 committed Jun 30, 2024
1 parent 3c0c383 commit c0b162b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ fun ExportLogsPreferenceButton() {
)
}

private inline fun StringBuilder.appendDivider(): StringBuilder =
private fun StringBuilder.appendDivider(): StringBuilder =
appendLine().appendLine("------------------------------")

private fun saveLogFile(context: Context, uri: Uri, troubleshootingInfo: TroubleshootingInfo) {
Expand Down

0 comments on commit c0b162b

Please sign in to comment.