diff options
author | sebastian.sellmair <sebastian.sellmair@jetbrains.com> | 2020-08-28 15:44:34 +0200 |
---|---|---|
committer | Sebastian Sellmair <34319766+sellmair@users.noreply.github.com> | 2020-08-31 15:10:04 +0200 |
commit | 2bcb805477da924f815ce72824d36ea7f766ce97 (patch) | |
tree | ba2a070dfa1a9774c0868d1c3bcc5876e894ae3d /plugins/base/src | |
parent | da53687e6ede66bb0985d9f0dbe3b6f8a4c31ba1 (diff) | |
download | dokka-2bcb805477da924f815ce72824d36ea7f766ce97.tar.gz dokka-2bcb805477da924f815ce72824d36ea7f766ce97.tar.bz2 dokka-2bcb805477da924f815ce72824d36ea7f766ce97.zip |
Remove unnecessary blank lines
Diffstat (limited to 'plugins/base/src')
-rw-r--r-- | plugins/base/src/main/kotlin/parsers/moduleAndPackage/parseModuleAndPackageDocumentationFragments.kt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/base/src/main/kotlin/parsers/moduleAndPackage/parseModuleAndPackageDocumentationFragments.kt b/plugins/base/src/main/kotlin/parsers/moduleAndPackage/parseModuleAndPackageDocumentationFragments.kt index e66b7612..7dcaccfa 100644 --- a/plugins/base/src/main/kotlin/parsers/moduleAndPackage/parseModuleAndPackageDocumentationFragments.kt +++ b/plugins/base/src/main/kotlin/parsers/moduleAndPackage/parseModuleAndPackageDocumentationFragments.kt @@ -50,6 +50,3 @@ private fun parseModuleAndPackageDocFragment( source = source ) } - - - |