Skip to content

Commit 71ea2b1

Browse files
committed
Delete some unnecessary thing
1 parent 570a4a0 commit 71ea2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ func runCreateCmd(cmd *cobra.Command, args []string) error {
115115
if frontend == "next" || frontend == "next-ts" {
116116
cgapp.ShowMessage(
117117
"success",
118-
fmt.Sprintf("Creating frontend with Next.js!"),
118+
"Creating frontend with Next.js!",
119119
true, false,
120120
)
121121
if frontend == "next-ts" {

0 commit comments

Comments
 (0)