Skip to content

Commit

Permalink
style: format CommentFinderImpl
Browse files Browse the repository at this point in the history
  • Loading branch information
Roozenlz committed Oct 26, 2023
1 parent 89e5685 commit 3527b60
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,5 +1,6 @@
package run.halo.app.theme.finders.impl;

import java.util.Map;
import lombok.RequiredArgsConstructor;
import reactor.core.publisher.Mono;
import run.halo.app.extension.ListResult;
Expand All @@ -9,7 +10,6 @@
import run.halo.app.theme.finders.Finder;
import run.halo.app.theme.finders.vo.CommentVo;
import run.halo.app.theme.finders.vo.ReplyVo;
import java.util.Map;

/**
* A default implementation of {@link CommentFinder}.
Expand Down

0 comments on commit 3527b60

Please sign in to comment.