Skip to content

Commit 5813bc5

Browse files
committed
refactor #853 Wrap too long line.
1 parent 0eab88c commit 5813bc5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/src/main/java/jp/toastkid/yobidashi/main/MainActivity.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ class MainActivity : ComponentActivity() {
6767
}
6868

6969
"jp.toastkid.yobidashi.search", Intent.ACTION_ASSIST -> {
70-
intent.getStringExtra(SearchManager.QUERY)?.let { "https://www.google.com/search?q=$it" }
70+
intent.getStringExtra(SearchManager.QUERY)
71+
?.let { "https://www.google.com/search?q=$it" }
7172
}
7273

7374
else -> null

0 commit comments

Comments
 (0)