From 97275264d7c39afde6c6a1511e7ad499430ca594 Mon Sep 17 00:00:00 2001 From: Kamil Doległo Date: Fri, 14 Aug 2020 13:37:38 +0200 Subject: Specify generic type explicitly, fix formatting --- plugins/gfm/src/main/kotlin/GfmPlugin.kt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'plugins/gfm/src/main/kotlin') diff --git a/plugins/gfm/src/main/kotlin/GfmPlugin.kt b/plugins/gfm/src/main/kotlin/GfmPlugin.kt index c8f78c26..65723a0c 100644 --- a/plugins/gfm/src/main/kotlin/GfmPlugin.kt +++ b/plugins/gfm/src/main/kotlin/GfmPlugin.kt @@ -362,8 +362,4 @@ class MarkdownLocationProviderFactory(val context: DokkaContext) : LocationProvi class MarkdownLocationProvider( pageGraphRoot: RootPageNode, dokkaContext: DokkaContext -) : DokkaLocationProvider( - pageGraphRoot, - dokkaContext, - ".md" -) \ No newline at end of file +) : DokkaLocationProvider(pageGraphRoot, dokkaContext, ".md") \ No newline at end of file -- cgit