Fix code formating

This commit is contained in:
Aravinda Kidambi Srinivasan 2024-07-02 12:39:54 -07:00
parent 4a2195a40d
commit 87e0607ae7

View file

@ -29,4 +29,4 @@ public interface ShutdownNotificationAware {
* @param checkpointer the checkpointer that can be used to save progress. * @param checkpointer the checkpointer that can be used to save progress.
*/ */
void shutdownRequested(RecordProcessorCheckpointer checkpointer); void shutdownRequested(RecordProcessorCheckpointer checkpointer);
} }