Skip to content

Commit f997563

Browse files
authored
ci: Fix pre-commit failure (#666)
1 parent 4e5cd91 commit f997563

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/nanoarrow/device/device.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,9 @@ struct ArrowDevice* ArrowDeviceCuda(ArrowDeviceType device_type, int64_t device_
626626
#endif
627627

628628
#if !defined(NANOARROW_DEVICE_WITH_METAL)
629-
struct ArrowDevice* ArrowDeviceMetalDefaultDevice(void) { return NULL; }
629+
struct ArrowDevice* ArrowDeviceMetalDefaultDevice(void) {
630+
return NULL;
631+
}
630632

631633
ArrowErrorCode ArrowDeviceMetalInitDefaultDevice(struct ArrowDevice* device,
632634
struct ArrowError* error) {

0 commit comments

Comments
 (0)