From b510be21337d67e7e4c72120cb3e3a1ba75a31bc Mon Sep 17 00:00:00 2001 From: MagicalMeghan <46006059+MagicalMeghan@users.noreply.github.com> Date: Tue, 28 Jan 2025 21:23:29 +0000 Subject: [PATCH] Apply Spotless --- .../compose/snippets/text/AutofillSnippets.kt | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/compose/snippets/src/main/java/com/example/compose/snippets/text/AutofillSnippets.kt b/compose/snippets/src/main/java/com/example/compose/snippets/text/AutofillSnippets.kt index ea63c040..d81cec05 100644 --- a/compose/snippets/src/main/java/com/example/compose/snippets/text/AutofillSnippets.kt +++ b/compose/snippets/src/main/java/com/example/compose/snippets/text/AutofillSnippets.kt @@ -1,3 +1,19 @@ +/* + * Copyright 2025 The Android Open Source Project + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.example.compose.snippets.text import androidx.compose.foundation.layout.Column @@ -119,4 +135,4 @@ fun customizeAutofillHighlight() { } } } -// [END android_compose_autofill_6] \ No newline at end of file +// [END android_compose_autofill_6]