Skip to content

Commit

Permalink
ci: Fix pre-commit failure (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd authored Oct 28, 2024
1 parent 4e5cd91 commit f997563
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/nanoarrow/device/device.c
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,9 @@ struct ArrowDevice* ArrowDeviceCuda(ArrowDeviceType device_type, int64_t device_
#endif

#if !defined(NANOARROW_DEVICE_WITH_METAL)
struct ArrowDevice* ArrowDeviceMetalDefaultDevice(void) { return NULL; }
struct ArrowDevice* ArrowDeviceMetalDefaultDevice(void) {
return NULL;
}

ArrowErrorCode ArrowDeviceMetalInitDefaultDevice(struct ArrowDevice* device,
struct ArrowError* error) {
Expand Down

0 comments on commit f997563

Please sign in to comment.