Skip to content

Commit

Permalink
style: 파일 끝 공백 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Srltas committed Sep 25, 2024
1 parent e66d46e commit f056a2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package com.srltas.runtogether.adapter.in;

public record UserNeighborhoodVerifyRequest (Long id, String name) {}
public record UserNeighborhoodVerifyRequest (Long id, String name) {}
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ public void testVerifyAndRegisterNeighborhood_NeighborhoodNotFound() {
then(userRepository).should(never()).save(any(User.class));
}
}
}
}

0 comments on commit f056a2c

Please sign in to comment.