Skip to content

Commit

Permalink
fix java formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
markpollack committed Aug 18, 2023
1 parent bfafa8b commit 678690a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
import java.util.stream.Collectors;
import java.util.stream.IntStream;

public class PromptTemplate implements PromptTemplateActions, PromptTemplateStringActions, PromptTemplateMessageActions {
public class PromptTemplate
implements PromptTemplateActions, PromptTemplateStringActions, PromptTemplateMessageActions {

private ST st;

Expand Down

0 comments on commit 678690a

Please sign in to comment.