format VetRepository.java

This commit is contained in:
Paul Kim 2016-12-25 22:54:19 -08:00
parent 48bc9f07e5
commit b41b3d7fd0

View file

@ -43,5 +43,4 @@ public interface VetRepository extends Repository<Vet, Integer> {
@CacheResult(cacheName = "vets")
Collection<Vet> findAll() throws DataAccessException;
}