Skip to content

Commit

Permalink
fix: check style
Browse files Browse the repository at this point in the history
  • Loading branch information
guqing committed Nov 11, 2022
1 parent 94de0f9 commit f195eba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/run/halo/app/theme/finders/PostFinder.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ public interface PostFinder {
Mono<ListResult<ListedPostVo>> listByCategory(@Nullable Integer page, @Nullable Integer size,
String categoryName);

Mono<ListResult<ListedPostVo>> listByTag(@Nullable Integer page, @Nullable Integer size, String tag);
Mono<ListResult<ListedPostVo>> listByTag(@Nullable Integer page, @Nullable Integer size,
String tag);

Mono<ListResult<PostArchiveVo>> archives(Integer page, Integer size);

Expand Down

0 comments on commit f195eba

Please sign in to comment.