Skip to content

Commit 291265c

Browse files
committed
style: fix WhitespaceAfter violation from CheckStyle
Correction for 3d31b67 commit.
1 parent b7b820e commit 291265c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ru/mystamps/web/feature/collection/JdbcCollectionDao.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public class JdbcCollectionDao implements CollectionDao {
6161
private final String findCollectionInfoBySlugSql;
6262

6363
@SuppressWarnings("checkstyle:linelength")
64-
public JdbcCollectionDao(Environment env,NamedParameterJdbcTemplate jdbcTemplate) {
64+
public JdbcCollectionDao(Environment env, NamedParameterJdbcTemplate jdbcTemplate) {
6565
this.jdbcTemplate = jdbcTemplate;
6666
this.findLastCreatedCollectionsSql = env.getRequiredProperty("collection.find_last_created");
6767
this.findSeriesByCollectionIdSql = env.getRequiredProperty("collection.find_series_by_collection_id");

0 commit comments

Comments
 (0)