Skip to content

Commit 625ecc9

Browse files
committed
style: add a space
1 parent c67e685 commit 625ecc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/sql/collection_dao_queries.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ collection.find_series_by_collection_id = \
2222
SELECT COUNT(*) \
2323
FROM series_images si \
2424
WHERE si.series_id = s.id \
25-
AND si.hidden = FALSE\
25+
AND si.hidden = FALSE \
2626
) AS number_of_images \
2727
, ( \
2828
SELECT si.image_id \

0 commit comments

Comments
 (0)