Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
leung018 committed Dec 11, 2024
1 parent 219f0ac commit c31a213
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
package com.leungcheng.spring_simple_backend.domain.order;

import org.springframework.data.repository.CrudRepository;

import java.util.Optional;
import org.springframework.data.repository.CrudRepository;

public interface OrderRepository extends CrudRepository<Order, String> {
Optional<Order> findByRequestId(String requestId);
Expand Down

0 comments on commit c31a213

Please sign in to comment.