File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 4242 - name : Tests
4343 run : mvn "-Dh3.system.prune=true" -B -V clean test site
4444
45+ - name : Format check for C
46+ run : git diff --exit-code
47+
4548 tests-new-dockcross :
4649 name : Dockcross ${{ matrix.dockcross-tag }} Java ${{ matrix.java-version }} ${{ matrix.os }}
4750 runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -950,9 +950,8 @@ Java_com_uber_h3core_NativeMethods_greatCircleDistanceM(
950950 * Method: edgeLengthRads
951951 * Signature: (J)D
952952 */
953- JNIEXPORT jdouble JNICALL
954- Java_com_uber_h3core_NativeMethods_edgeLengthRads (JNIEnv * env ,
955- jobject thiz , jlong h3 ) {
953+ JNIEXPORT jdouble JNICALL Java_com_uber_h3core_NativeMethods_edgeLengthRads (
954+ JNIEnv * env , jobject thiz , jlong h3 ) {
956955 jdouble out ;
957956 H3Error err = edgeLengthRads (h3 , & out );
958957 if (err ) {
You can’t perform that action at this time.
0 commit comments