File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -230,9 +230,9 @@ JNIEXPORT jlong JNICALL Java_com_uber_h3core_NativeMethods_constructCell(
230230
231231 if (digitsElements != NULL ) {
232232 // if sz is too small, bad things will happen
233- // note: We assume int can at least contain `jint` on the current platform.
234- // This may not be true if sizeof(int) < 32, but we don't support any platforms
235- // where this would be the case.
233+ // note: We assume int can at least contain `jint` on the current
234+ // platform. This may not be true if sizeof(int) < 32, but we don't
235+ // support any platforms where this would be the case.
236236 H3Error err = constructCell (res , baseCell , digitsElements , & result );
237237
238238 (* * env ).ReleaseIntArrayElements (env , digits , digitsElements , 0 );
You can’t perform that action at this time.
0 commit comments