Skip to content

Commit cc7554a

Browse files
committed
fix format
1 parent d7e0414 commit cc7554a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/c/h3-java/src/jniapi.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)