Skip to content
Prev Previous commit
Next Next commit
Fix spotlessKotlinCheck: add trailing comma in AsrModule.kt
This commit was authored with the help of Claude.
  • Loading branch information
psiddh committed Apr 24, 2026
commit 965b07591d984228fdcc66337ec073837f693614
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ class AsrModule(
if (handle == 0L) {
throw ExecutorchRuntimeException(
ExecutorchRuntimeException.INTERNAL,
"Failed to create native AsrModule")
"Failed to create native AsrModule",
)
}
nativeHandle.set(handle)
}
Expand Down
Loading