Skip to content

Commit bc19ce0

Browse files
committed
CountryController.showInfoById(): minor formatting fix.
No code changes.
1 parent dbf3857 commit bc19ce0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/ru/mystamps/web/controller/CountryController.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ public String showInfoBySlug(
117117

118118
@RequestMapping(Url.INFO_COUNTRY_BY_ID_PAGE)
119119
public View showInfoById(
120-
@Country @PathVariable("slug") LinkEntityDto country,
121-
HttpServletResponse response)
122-
throws IOException {
120+
@Country @PathVariable("slug") LinkEntityDto country,
121+
HttpServletResponse response)
122+
throws IOException {
123123

124124
if (country == null) {
125125
response.sendError(HttpServletResponse.SC_NOT_FOUND);

0 commit comments

Comments
 (0)