Skip to content

Commit

Permalink
Format update
Browse files Browse the repository at this point in the history
  • Loading branch information
revans2 committed Jul 27, 2021
1 parent fb3654a commit 22b9d6d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions java/src/main/native/src/ColumnViewJni.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -791,8 +791,6 @@ JNIEXPORT jlong JNICALL Java_ai_rapids_cudf_ColumnView_isLeapYear(JNIEnv *env, j
CATCH_STD(env, 0);
}



JNIEXPORT jlong JNICALL Java_ai_rapids_cudf_ColumnView_castTo(JNIEnv *env, jclass, jlong handle,
jint type, jint scale) {
JNI_NULL_CHECK(env, handle, "native handle is null", 0);
Expand Down

0 comments on commit 22b9d6d

Please sign in to comment.