Skip to content

Commit e8fa264

Browse files
restore terminal newline
1 parent cfb02b6 commit e8fa264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nafill.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,4 +239,4 @@ SEXP nafillR(SEXP obj, SEXP type, SEXP fill, SEXP nan_is_na_arg, SEXP inplace, S
239239
} else {
240240
return obj_scalar && length(ans) == 1 ? VECTOR_ELT(ans, 0) : ans;
241241
}
242-
}
242+
}

0 commit comments

Comments
 (0)