Skip to content

Commit aacf673

Browse files
committed
removed blank lines
1 parent 9399f5e commit aacf673

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/documentation/DocumentationUrls.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ internal interface DocumentationUrls {
2626
interface NaN
2727

2828
/** [See `NA` on the documentation website.](https://kotlin.github.io/dataframe/nanAndNa.html#na) */
29-
3029
interface NA
3130
}
3231

core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/documentation/DocumentationUrls.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ internal interface DocumentationUrls {
2626
interface NaN
2727

2828
/** [{@include [Text]}{@arg [NameArg] `NA`}]({@include [Url]}/nanAndNa.html#na) */
29-
3029
interface NA
3130
}
3231

docs/StardustDocs/topics/nanAndNa.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ result of such an operation can only be described as "**N**ot **a** **N**umber".
1212
This is different from `null`, which means that a value is missing and, in Kotlin, can only occur
1313
for `Float?` and `Double?` types.
1414

15-
1615
You can use [fillNaNs](fill.md#fillnans) to replace `NaNs` in certain columns with a given value or expression
1716
or [dropNaNs](drop.md#dropnans) to drop rows with `NaNs` in them.
1817

0 commit comments

Comments
 (0)