Skip to content

Commit eaacdff

Browse files
committed
lint
1 parent 5873abe commit eaacdff

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

buildSrc/src/main/kotlin/aws/sdk/kotlin/dokka/TrimNavigation.kt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
package aws.sdk.kotlin.dokka
27

38
import org.gradle.api.DefaultTask
@@ -84,4 +89,4 @@ abstract class TrimModule : WorkAction<TrimModuleParameters> {
8489
val trimmedSideMenuParts = doc.select("div.sideMenu > div.toc--part")
8590
navigation.writeText("<div class=\"sideMenu\">\n$trimmedSideMenuParts\n</div>")
8691
}
87-
}
92+
}

0 commit comments

Comments
 (0)