Skip to content

Commit 44817f5

Browse files
committed
check style
1 parent 07ef6cc commit 44817f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/ru/mystamps/web/dao/impl/JdbcSeriesDao.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,8 @@ public String guessCountryBy(Integer createdBy) {
336336
}
337337

338338
return jdbcTemplate.queryForObject(
339-
findPopularCountrySql,
340-
Collections.<String, Object>emptyMap(),
339+
findPopularCountrySql,
340+
Collections.<String, Object>emptyMap(),
341341
String.class
342342
);
343343
}

0 commit comments

Comments
 (0)