Skip to content

Commit f1be231

Browse files
author
Cristian Avalos
committed
fixes ktlint error
1 parent 2c04c3f commit f1be231

File tree

1 file changed

+3
-3
lines changed
  • dynamiclinks/app/src/main/java/com/google/firebase/quickstart/deeplinks/kotlin

1 file changed

+3
-3
lines changed

dynamiclinks/app/src/main/java/com/google/firebase/quickstart/deeplinks/kotlin/MainActivity.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ class MainActivity : AppCompatActivity() {
4646
// [END_EXCLUDE]
4747

4848
binding.buttonShareShortLink.setOnClickListener {
49-
val shortLinkTextView = findViewById<TextView>(R.id.shortLinkViewSend);
50-
val shortDynamicLink = shortLinkTextView.text;
51-
shareDeepLink(shortDynamicLink.toString());
49+
val shortLinkTextView = findViewById<TextView>(R.id.shortLinkViewSend);
50+
val shortDynamicLink = shortLinkTextView.text;
51+
shareDeepLink(shortDynamicLink.toString());
5252
}
5353

5454
// [START get_deep_link]

0 commit comments

Comments
 (0)