Skip to content

Commit

Permalink
refacotr: accidentally deleted } in cmt
Browse files Browse the repository at this point in the history
Signed-off-by: xlanor <[email protected]>
  • Loading branch information
xlanor committed Mar 18, 2024
1 parent fd6ba0a commit fd19eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsl/method.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func Method(name string, fn func()) {
// GET("/")
// Deprecated()
// })
// )
// })
func Deprecated() {
_, ok := eval.Current().(*expr.HTTPEndpointExpr)
if !ok {
Expand Down

0 comments on commit fd19eea

Please sign in to comment.